You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
On writing my own HTML5 jQM application, I came across this unusual behavior. Whenever I use the "autofocus" attribute on any input elements, my jQuery mobile page breaks. I use long texts on my page with an input field and a button at the bottom. Doing autofocus on the input field floods the whole page with my text. I cannot see my header and the footer and the input field are missplaced. I can confirm this with jQM 1.1.0 and 1.2.0 on a WebKit browser (Chrome & Android). Below is an example of how this actually looks: