在触摸屏上,当我触摸输入字段时,它不显示屏幕键盘
On Touch screen when i touch input field it does not show onscreen keyboard
Google chrome 当我转到输入字段并触摸它时。它不会打开屏幕 windows 键盘。
<map name="map_gdpr" class="maps">
<input type="text"
style="position:absolute;top: 179px;
left: 385px;width: 505px;background-color: white;height: 40px;font-size:24px;"
id="eid_company" name="eid_company" class="input_field" />
<input type="checkbox"
value="on"
id="agreement"
name="agreement"
style="position: absolute;
top: 318px;
left: 283px;
width: 38px;
background-color: white;
height: 58px;"/>
</map>
如何确保 windows 中的屏幕键盘在触摸输入字段时打开?
这是 Google chrome 中的 BUG。 Google chrome 没有合格的程序员来修复它,但 Microsoft Edge 可以。
Googlechrome的临时解决方案如下:
<input type="checkbox"
value="on"
id="agreement"
name="agreement"
style="position: absolute;
top: 318px;
left: 283px;
width: 38px;
background-color: white;
height: 58px;"/>
<map name="map_gdpr" class="maps">
<input type="text"
style="position:absolute;top: 179px;
left: 385px;width: 505px;background-color: white;height: 40px;font-size:24px;"
id="eid_company" name="eid_company" class="input_field" />
</map>
Google chrome 当我转到输入字段并触摸它时。它不会打开屏幕 windows 键盘。
<map name="map_gdpr" class="maps">
<input type="text"
style="position:absolute;top: 179px;
left: 385px;width: 505px;background-color: white;height: 40px;font-size:24px;"
id="eid_company" name="eid_company" class="input_field" />
<input type="checkbox"
value="on"
id="agreement"
name="agreement"
style="position: absolute;
top: 318px;
left: 283px;
width: 38px;
background-color: white;
height: 58px;"/>
</map>
如何确保 windows 中的屏幕键盘在触摸输入字段时打开?
这是 Google chrome 中的 BUG。 Google chrome 没有合格的程序员来修复它,但 Microsoft Edge 可以。
Googlechrome的临时解决方案如下:
<input type="checkbox"
value="on"
id="agreement"
name="agreement"
style="position: absolute;
top: 318px;
left: 283px;
width: 38px;
background-color: white;
height: 58px;"/>
<map name="map_gdpr" class="maps">
<input type="text"
style="position:absolute;top: 179px;
left: 385px;width: 505px;background-color: white;height: 40px;font-size:24px;"
id="eid_company" name="eid_company" class="input_field" />
</map>