Tutorial hero
Lesson icon

What Does iOS8 Mean for HTML5 Mobile App Developers

Originally published September 19, 2014 Time 3 mins

In short: very good things

HTML5 mobile applications rely on the browser and the performance of JavaScript. Fortunately each new iOS software update has consistently brought about performance increases. The trend for all browsers has gone this way for a long time now, with the big players constantly competing with each other, JavaScript comes out as the winner.

iOS 8 is the most significant update “since the launch of the App Store” according to Apple. There’s a ton of improvements and features that have been added, but I won’t be talking about them here. What we are interested in is how this will affect the development and performance of our HTML5 mobile applications.

Increased HTML5 Support

An image from icanuse.com that highlights the vast difference between iOS 7 and iOS 8 has been doing the rounds on Twitter:

I highly recommend checking out this in depth analysis by Ross Gerbassi over at Sencha, Ross goes into a lot more depth than I possibly could.

Did someone say a 400% performance increase?

Perhaps the most exciting addition for HTML 5 mobile app developers is the introduction of the new WKWebView. WKWebView will replace the standard UIWebView (although UIWebView will still be available), UIWebView is the native web view that is used to display your application. WKWebView includes the NitroJS engine which has at least 4x the performance of UIWebView.

This doesn’t mean your app will instantly perform 4x better though. JavaScript usually isn’t what holds the performance of applications back, but animations and the DOM (Document Object Model). None the less though, this is still huge and will lead to better performance.

BUT you can’t actually use WKWebView yet due to some unfortunate bugs, you can read more about the specifics at the Sencha blog. Hopefully these will be fixed soon.

These are really exciting times for web and hybrid app developers. With technologies like Sencha Touch, Famo.us and Ionic constantly pushing the limits of what we can do and browsers constantly improving we can expect to see some really cool things in the near future.

Learn to build modern Angular apps with my course