Convert any website into native iOS and Android apps
producthunt.com
Convert any website into native iOS and Android apps
1–3 of 3 posts
Re: Convert any website into native iOS and Android apps
#2How is that different from Phonegap?
Re: Convert any website into native iOS and Android apps
#3How is that different from Phonegap?
Phonegap is creating a native app based on the static html pages is fetches from your website, so if you need to update\change anything in the app logic and structure - you will need to publish a new version, just like a regular native app would work. Webview is actually a container that works with your back-end webserver all the time, so whenver the changes are made on the webserver - it is applied seamlessly to your application, without the need to redeploy.