Cornbeast R&D
  • Synthesizers
  • DIY-electronics
  • Programming
  • About

jQuery Mobile

Fixing the transparent ios7 status bar for phonegap and jquery mobile

Update 2014-04-24: Using Phongap 3.4.0 this seems to have changed into a plugin. So here’s how to fix it: In config.xml add: <gap:plugin name=”com.phonegap.plugin.statusbar” version=”1.1.0″ /> <preference name=”StatusBarOverlaysWebView” value=”false” /> […]