Boilerplate for turning a mobile website into an iPhone app
1–10 of 21 posts
Re: Boilerplate for turning a mobile website into an iPhone app
#2Re: Boilerplate for turning a mobile website into an iPhone app
#3Isn't this exactly what Cordova does? You mention "so you don't have to use Cordova", but you don't mention what the advantages are.
Re: Boilerplate for turning a mobile website into an iPhone app
#4Isn't this exactly what Cordova does? You mention "so you don't have to use Cordova", but you don't mention what the advantages are.
With this in mind, the reason I made it was for projects which don't require those things. There is no middleware here, just a very simple Xcode project with a couple of code modifications.
You can literally drop an existing web app into this and get going! :D
Re: Boilerplate for turning a mobile website into an iPhone app
#5Cordova apps are accepted because they do have an API into phone functions.
Re: Boilerplate for turning a mobile website into an iPhone app
#6As this simply wraps a web view, and doesn't really add anything more than what Safari does, isn't the odds of it ever being accepted by the App Store very small? Cordova apps are accepted because they do have an API into phone functions.
If you build something that fetches train times, or a game like 2048, then you have an iOS app that just happens to be built in HTML.
This boilerplate is useless without some good content put inside it :)
Re: Boilerplate for turning a mobile website into an iPhone app
#7As this simply wraps a web view, and doesn't really add anything more than what Safari does, isn't the odds of it ever being accepted by the App Store very small? Cordova apps are accepted because they do have an API into phone functions.
Re: Boilerplate for turning a mobile website into an iPhone app
#8Re: Boilerplate for turning a mobile website into an iPhone app
#9Isn't this exactly what Cordova does? You mention "so you don't have to use Cordova", but you don't mention what the advantages are.
Re: Boilerplate for turning a mobile website into an iPhone app
#10I've been waiting for so long for something simple like this to popup. Bonus points for also making an Android version: https://github.com/nabilfreeman/android-webview-boilerplate