iOS Safari HTML form next/previous buttons - how do they work?
问题 Disclaimer: I am using JQuery Mobile. I have a bunch of pages with different forms on, but some of them seem to exhibit different behaviour when pressing the next/previous buttons. All forms are set up with tab index. Form 1 works perfectly, except it skips the JQuery Mobile flip switches and radio buttons, which isn't really a problem as they are a bit different. Form 2, the element with tabindex="0" has focus set to it using $("#myElement").focus(); and then the next button is disabled, and