/cordova_wrapper

Easy to use cordova wrapper for existing websites.

Primary LanguageObjective-C

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