cordova - Best way to distribute Cloud HTML5 App -


i thought phonegap simple wrapper html5, looks in fact compile native in way.

i have cloud based, html5 single page web application want run full screen, , distribute via app store.

should create phonegap app inappbrowser?

if intend publish html5-based app in "native" app store sucha s google play or apple store, have 2 options:

1- implement own native application using webview show web-based app.

2- use existing framework phonegap/cordova not use native api. framework setup deploy html5 code.

however, if web app meant hosted remotely (i.e. not run local files), may encounter problems when trying publish in apple store. have strict rules remote content, , publishing apps may not provide more value and/or functionality simple web-app can.

best.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -