Reputation: 184
When developing a Cordova/PhoneGap app I'd like to be able to develop with Chrome on my laptop without a device. Is there a way to do that?
For example with some sort of "cordova.stubs.js" that simulates the native portion of the API. Of course this is just for my development cycle and after iterating on my laptop for a while I would deploy and test on a real device or with a device emulator.
Thanks Alex
Upvotes: 3
Views: 1320
Reputation: 1
go to here and you can open it in chrome browser and also you can use this if you have mobile and can debug using weinre
Upvotes: 0
Reputation: 961
If you're by any chance working on a MacBook, you can use the iPhone Simulator to run your PhoneGap app and then connect to it remotely.
In your Mac's Safari, click on Develop -> iPhone Simulator -> index.html
Upvotes: 0
Reputation: 548
One fast alternative for simulate in android is: www.genymotion.com
Upvotes: 0