Skip to content

PhoneGap / Cordova stub to run and develop cordova apps in desktop browser.

Notifications You must be signed in to change notification settings

Paldom/cordova-stub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

cordova-stub

PhoneGap / Cordova stub to run and develop cordova apps in desktop browser.

installation

Insert cordova-stub.js file to your cordova project (www folder recommended) and make a reference to it in index.html or your main html file. Be sure to put it after cordova.js reference (<script src='cordova.js'></script>)

<script>
    window.device || document.write("<script src='cordova-stub.js'>\x3C/script>")
</script>

About

PhoneGap / Cordova stub to run and develop cordova apps in desktop browser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published