Hello I started today with ionic and built the seed app with sidebar and it works great in browser. I zipped the www folder and uploaded to build.phonegap and it built the apk , the problem is when i install on my HTC Jelly Bean phone the app does not work, it goes to a white blank screen then back to the homescreen. It works on my nexus 7 tablet perfectly. Any idea why it will not work on my phone?
Thanks
I did a quick search through ionic.bundle.js and see that Ionic does a lot of detection for user Agent. I wonder if your HTC device has a UA format that isn’t being detected correctly as ‘Android’?
Do you have any tools via PhoneGap build to see/debug/console?
Have you tried just locally building and viewing on device? Can you post a code sample?