Tag Archives: HTML5
Ad Blocker Technology
October 19, 2015, by Martin Clancy
The increasing trend towards screening out ads from web content using browser extensions or apps has hit the mainstream since Apple added support for Ad blockers in iOS9. Up until then, while possible, it was less straightforward to block ads on Apple’s Safari browser for iPhones and iPads... Read More
Web push notifications
September 17, 2015, by Ruadhán O'Donoghue
Web push notifications are the best thing to hit the web since the hyperlink! No kidding, this technology is going to be huge. Until recently web developers could only dream of push enabled web apps. Things have changed however, and web push notifications, the asynchronous delivery of messages to a user's device from a website, even when the website is not open in the browser, are now a reality thanks to a number of HTML5 APIs:... Read More
Touch-friendly Drag and Drop
July 22, 2015, by Ruadhán O'Donoghue
In this article we explore some touch-friendly drag and drop implementations. In particular we'll be looking at DOM and canvas-based drag and drop approaches. We'll also build on some of the things we learned in previous HTML5 articles on mobiForge... Read More
Geofencing, web push and progressive apps are taking webapps to a new place
June 19, 2015, by ronan
There’s a lot going on these days in the world of webapps. Most recently, the W3C published the Geofencing API first public working draft. This API allows webapps to register for notifications when the user’s device enters defined geographical regions, assuming that the user grants permission. This enables a whole new class of webapps to be built and follows the recent rollout of the web push API to Chrome Mobile on Android... Read More
The HTML5 Pointer Events API: Combining touch, mouse, and pen
June 15, 2015, by Ruadhán O'Donoghue
The Pointer Events API is an HTML5 specification that combines touch, mouse, pen and other inputs into a single unified API. It is less well supported than the Touch Events API, although support is growing, with all the major browsers working on an implementation, except for Apple's Safari. There's a colorful background to how the current state of browser support for this API came to be which we covered previously on mobiForge, but in this article we'll just look at its usage... Read More