Framework 7 – Building native iOS apps in HTML5
1–10 of 131 posts
Re: Framework 7 – Building native iOS apps in HTML5
#2Re: Framework 7 – Building native iOS apps in HTML5
#3Re: Framework 7 – Building native iOS apps in HTML5
#4Re: Framework 7 – Building native iOS apps in HTML5
#5Don't frameworks like this which try and emulate one platform very well get rid of the only advantage of building an app using web technologies, that it's cross platform. Apps using this will feel really out of place on Android and Windows Phone, and you'll end up spending lots of time porting the web app to those platforms if you want to support them properly.
I guess if you're doing something that browser technologies are better suited for than native code, it might be a more pleasant developer experience. It might be fun to build a meteor app with something like this, for example.
Re: Framework 7 – Building native iOS apps in HTML5
#6Re: Framework 7 – Building native iOS apps in HTML5
#7Re: Framework 7 – Building native iOS apps in HTML5
#8Re: Framework 7 – Building native iOS apps in HTML5
#9Re: Framework 7 – Building native iOS apps in HTML5
#10Don't frameworks like this which try and emulate one platform very well get rid of the only advantage of building an app using web technologies, that it's cross platform. Apps using this will feel really out of place on Android and Windows Phone, and you'll end up spending lots of time porting the web app to those platforms if you want to support them properly.
There are other advantages of building an app using web technologies. Maybe you want to link to a store that doesn't pay Apple 30%. Maybe you want to control your own updates. Etc.