PhoneGap/Cordova emulator for browser debugging-Collection of common programming errors

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.

Originally posted 2013-11-09 22:46:25.