Hi All, I'm wondering if anyone can provide any advice on iPad flickering.
I've got an app that is using jquery mobile beta 1 for some local processing. The files are all stored on the device and loaded in a UIWebView. As soon as any form is touched and the virtual keyboard gets displayed even briefly, all screen transitions begin to exhibit major flickering. The same pages seem to work ok if loaded through safari. I've tried all of the suggestions I can find in the forums such as marking forms to not use ajax etc. but nothing is helping.
I've tried this with numerous alpha builds and the new beta build on multiple versions of iOS up to the latest on both the simulator and an iPad1 with the same results all around.
The pages are simple forms, nothing fancy or special.
Any help or advice is much appreciated!
For reference, here are the included css and js versions I'm testing with:
<!-- <link rel="stylesheet" href="jquery.mobile-1.0a4.1.min.css">-->
<link rel="stylesheet" href="jquery.mobile-1.0b1.min.css">
<script type="text/javascript" src="jquery-1.6.1.min.js"></script>
<!-- <script type="text/javascript" src="jquery.mobile-1.0a4.1.js"></script>-->
<script type="text/javascript" src="jquery.mobile-1.0b1.min.js"></script>
<script type="text/javascript" src="jquery.validate.min.js"></script>
<script type="text/javascript" src="json2.js"></script>
Jason