I’m using jqmobi.
http://jqmobi.com/testdrive – same here
On iOS when the input field becomes focused, the content moves up. I want the header to stay in the same position.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There no method to do it in the current jqMobi version.
A Workaround is to reposition #jQUi style.top according to the document.body.scrollTop when the phone enters keyboard mode;
You can use $.touchLayer event ‘enter-edit-reshape’ and ‘exit-edit-reshape’ to detect the resize cross-browser.
Cheers! 🙂