Tag Archives: HTML5
The Generic Sensor API
August 1, 2018, by Ruadhán O'Donoghue
Today’s devices pack in a vast array of sensors that gather data about the device and the world around it. For web applications, access to these sensors has grown over time through the addition to the browser of various sensor APIs such as the Geolocation API, and the DeviceOrientation Events API. Such APIs have been... Read More
Momemtum for PWAs builds relentlessly
June 6, 2018, by ronan
With two major developer conferences just behind us it’s worth reviewing where we are with PWAs. Microsoft added further momentum to PWAs at Build 2018 by detailing just how rich the support for PWAs will be. They aren’t doing this in half measures: A dedicated installation shortcurt from the Edge address bar Optional chromeless mode... Read More
Sharing buttons and the Web Share API
May 15, 2018, by Ruadhán O'Donoghue
We’ve written a bit in the past about the negative impact of sharing buttons on performance. What if there was a better way? Let’s talk about the Web Share API. What is the Web Share API? The Web Share API offers something of an alternative. It’s an API developed by Google to expose the native... Read More
Why HTML5 is killing Flash: it’s the devices, people!
August 3, 2017, by Ruadhán O'Donoghue
It’s 7 years now since Steve Jobs famously declared war on Flash in an open letter entitled Thoughts on Flash. With his knack for prescience, only now is it really looking like it’s lights out for Flash. In response, during the Android Keynote at Google IO 2010, Vic Gundotra cheekily declared that "it turns out on the Internet people use Flash", that Android would still support Flash, and that it was “much nicer than just saying no”... Read More
HTML5 for the mobile web – forms and input types
February 8, 2017, by Ruadhán O'Donoghue
In this article we take a look at some of the new form enhancements available in HTML5, and look at how they contribute to an improved user experience for mobile forms. In particular we will see how forms can be enhanced with the additional input types offered by HTML5, and show what you can expect across various classes of mobile browser... Read More