fix mobile terminal not showing enter key for Android soft keyboard for sharing-moblile.handlebars (#5687)
wdlut committed
Jan 12, 2024 at 11:43 UTC
78a49c504a05617d903622fbbf76cb38fe0294e9
1 file changed
+1
-1
views/sharing-mobile.handlebars
+1
-1
@@ -484,7 +484,7 @@
484
<img id="deskkeybutton2a" src="images/mobile-desk-keyboard-open.png" class="deskButton" style="top:210px;display:none" onclick="toggleKeyboard()" />
485
<img id="deskkeybutton2b" src="images/mobile-desk-keyboard-close.png" class="deskButton" style="top:210px;display:none" onclick="toggleKeyboard()" />
486
<div style="position:absolute;top:0;left:0;z-index:200;opacity:0;width:1px;height:1px">
487
- <input id="softKeyboard" autocapitalize="off" autocomplete="off" type="text" spellcheck="false" style="z-index:200;opacity:0;width:1px;height:1px" onfocus="keyboardFocusChange()" onblur="keyboardFocusChange()" />
487
+ <input id="softKeyboard" autocapitalize="off" autocomplete="off" type="text" inputmode="text" spellcheck="false" style="z-index:200;opacity:0;width:1px;height:1px" onfocus="keyboardFocusChange()" onblur="keyboardFocusChange()" />
488
</div>
489
<div id="deskButtonMenu" style="display:none;position:absolute;top:10px;left:10px;right:55px;bottom:10px;z-index:1000"></div>
490
<div id=p10desktop style="overflow:hidden;position:absolute;top:55px;bottom:0px;width:100%;display:none">