One of the most noticeable changes in iOS7 when developing an App with PhoneGap is the new Fullscreen “feature”. xcode and Phonegap don’t appear to respect any of the status bar settings, and you are stuck adjusting the CSS or editing the core PhoneGap files to compensate. Here is how my infamous Whipped zApp looks
more »
Posts Tagged ‘PhoneGap’:
Fix the Warnings in PhoneGap 3.0
With the move to PhoneGap 3.0, we are moving to a 64-bit framework, and as such, there are a few legacy bugs that exist. Nothing big of course, just warnings, but for someone that likes to see a clean error log before submitting to the App store, it can be annoying. Here are the errors:
more »