zeroasterisk / MeteorRider

PhoneGap/Cordova + Meteor integration approach "DOM hijacking", telling PhoneGap where to get content from, letting Meteor hijack your PhoneGap app's HTML/CSS/JS
MIT License
183 stars 28 forks source link

How to Debug meteor - phonegap app? #3

Closed boazhoch closed 10 years ago

boazhoch commented 10 years ago

@zeroasterisk i was wondering how to debug my phonegap app. maybe you have any suggestions.

raix commented 10 years ago

Logcat in adt, and Xcode in ios, But keep meteor in the browser as long as possible, and use ie9 to catch errors ( it's a bit stricter and so are some versions of webkit on android) Todo: add this to the howto

boazhoch commented 10 years ago

got it. Thnaks