javascript - when text focus (keyboard open) the fixed header hide(gone) -
In the text box of my phonegap application for Android (4.2.2) using jquery mobile (v 1.3.2) The focus is centered (the keyboard is open / show) that jquery mobile Fixed header is never visible again. Here is sample code. You can correct the header problem by using Try this type of Note: Jqum 1.3.2 only
& lt ;! - Header start - & gt; & Lt; Div data-role = "header" id = "header" data-condition = "fixed" data-tap-toggle = "wrong" & gt; & Lt; H4 & gt; Stop card & lt; / H4 & gt; & Lt; Div class = "ui-btn-left" & gt; & Lt; A data-role = "button" data-icon = "check" id = "save" & gt; Lagre & lt; / A & gt; & Lt; / Div & gt; & Lt; Div class = "ui-btn-right" & gt; & Lt; A data-role = "button" data-icon = "delete" id = "stopcardcannel" & gt; Avbryt & lt; / A & gt; & Lt; / Div & gt; & Lt; / Div & gt; & Lt ;! - End of header - & gt;
data -hide-time-focus = "false" . This will fix the title.
Comments
Post a Comment