Joined November 2013
·
Posted to
Quickly create, test and build Phonegap/Cordova projects
over 1 year
ago
That's very interesting, I used Ripple Emulator some time ago to mock the Cordova API but I didn't know this built-in server was already doing the job.
Posted to
Quickly create, test and build Phonegap/Cordova projects
over 1 year
ago
When using cordova serve command you have to specify a <platform>, ie: cordova serve android will fire a local server running your android-specific www directory at http://localhost:8000/android/www/index.html. Do you know any way to serve the common www directory with the Cordova built-in server?
Achievements
6 Karma
0 Total ProTip Views
Charity
Fork and commit to someone's open source project in need
Are you testing the code in a Chrome Desktop or Chrome in Android? Most Cordova calls will fail in Desktop, no? I'd like to know how to profile performance with BATARANG directly on the ChromeWebClient JS interpreter. Any clues?