What's the proper way to test a PhoneGap app in the browser using Ripple? Is there any configuration I need to do?
I've got a "hello world" app made with PhoneGap and I'd like to test it in the browser instead of firing up a phone emulator for every change. I'm running it on a local webserver. I used http://emulate.phonegap.com to head to the address (eg, localhost:8888/sites/hello/www
). The app starts to load, but I get a 404 for phonegap.js
. The path it's checking is localhost:8888/sites/hello/www/phonegap.js
-- should this be provided by the emulator? Do I need to dig up the file? I'm using the stock hello world app, so I expected the pieces to be in place.