I just created a new project using “$ ionic start myApp.” My issue is that when I package zip and send it to adobe build, it shows up as having a double header on my phone. It turns out okay in my web browser, but there is something going on when it’s transferred to my phone as an app. Any ideas?
I just filed an Ionic bug report, but it looks like your build target is iOS6, so it may not apply.
Make sure you’re including the device and statusbar plugins as features in your config.xml file before you push to Adobe Build (see the latest Phonegap docs to see how to add the feature plugins, since it’s changed recently between 3.3 and 3.4).