Recently, I posted a really popular post on how to revert back to jQuery Mobile 1.0.1 transitions. It works pretty dang well for the most part, but still suffers from some of the issues previously documented. For example, there is generally a page flicker at the end of the transitions on the iPad. This can
more »
Posts Tagged ‘jQuery Mobile’:
Fixing the Page Flicker During CSS Slide
Completely Disabling Zoom in jQuery Mobile
As every iOS programmer knows, you can easily disable zoom in your webapp with the following viewport meta tag: However, while coding my most recent App, BriteLite, I noticed that sometimes when the user would be tapping all around on the screen, that a doubletap would trigger somehow and zoom in the App. Since the
more »