PhoneGap / Cordova emulator for debugging the browser

Everything,

Is there a PhoneGap / Cordova emulator / layout library so that we can develop and debug our application in a regular web browser (especially since the vast majority of our code is application logic with very few Cordoba API calls here and there). Debugging / coding with a real mobile device or device emulator is much more cumbersome and disrupts the development workflow. Please note that we do not want to check if the Cordoba API is working or not. We just want to be able to run our application in a web browser without his death, because navigator.suchAndASuch.thisAndThat() is undefined.

TIA.

+7
source share
2 answers

You are looking for Ripple Emulator .

+10
source

Checkout Cordoba Browser, available with the recently released Cordova 4.0

Read the New Platform: Cordoba Browser section on this page: http://cordova.apache.org/announcements/2014/10/16/cordova-4.html

+2
source

All Articles