Skip to content

Easy to use cordova wrapper for existing websites.

Notifications You must be signed in to change notification settings

udelblue/cordova_wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cordova Wrapper

Wrap your existing website

Modify

open www/index.html and modify with URL, title and description. Change URL to site you wish to wrap.

Build

npm install  
cordova platform add android  
cordova platform add ios  
cordova build  

Run

cordova emulate android