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.

  & 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;    

You can correct the header problem by using data -hide-time-focus = "false" . This will fix the title.

Try this type of

    

Note: Jqum 1.3.2 only

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -