This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Description
JQM 1.3.1 has added fix for Issue "changed hideDuringFocus logic to fix interaction with on-screen keyboard" at CL dcdf48f
But After Adopting fix, We are facing high issue Android Native Browser or App as mentioned below.
- Application with header + multiple input type=text(ex. 15 textboxes) or select + Footer(with Many butttons and have click action binded and data-position=Fixed)
- select First textbox and keyboard on SIII will open. move to another field using NEXT on keyboard. do until you see Scroll in App(Native scroll)
- Using this fix, when you move to another text field, keyboard displayed and footer will be hidden. when you press go on keyboard, FOCUS still remains on textbox and Since FOOTER is HIDDEN. which looks bad. sometimes even same happens with Header. It only comes to visible when tapping out side of TextBox.
JQM 1.3.1 + JQuery 1.7.0 + Android 4.1.1 was used.
Can JQM team can resolve this asap if possible or update if there is internal fix available?