Hi there.
We have a page which has been working on ios6 for over a year now using jquery mobile but has recently stopped working on ios7.
The user presses a button and it brings up a popup with a form containing a textarea. When you press on the text area to begin entering text the virtual keyboard slides up and the popup containing the form completely dissapears! If I then re-click the button to get the form popup open again I can enter text because the keyboard is already out.
If I just look at the page in safari it works fine but if I look at it in a standalone app on the ipad it behaves as above.
Same goes for if I remove the line:
<meta name="apple-mobile-web-app-capable" content="yes"/>
It will work, but it won't be an app.
Anyone got any ideas why this could be?