Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PhoneGap/Cordova emulator for browser debugging

Tags:

cordova

All,

Is there a PhoneGap/Cordova emulator/mock library so that we can develop and debug our app in a normal web browser (specially since the vast majority of our code is application logic with very few Cordova API calls here and there). Debugging/Coding through an actual mobile device or device emulator is a lot more cumbersome and disruptive of development workflow. Note that we don't want to test whether Cordova API works or not. We simply want to be able to run our app in a web browser w/o it dying because navigator.suchAndASuch.thisAndThat() is undefined.

TIA.

like image 814
rdodev Avatar asked Nov 02 '12 14:11

rdodev


1 Answers

You are looking for the Ripple Emulator.

like image 109
Simon MacDonald Avatar answered Sep 29 '22 12:09

Simon MacDonald