Browse By

Browser Input Events: Can We Do Better Than The Click?

Responding to user input is arguably the core of what we do as interface developers. In order to build responsive web products, understanding how touch, mouse, pointer and keyboard actions and the browser work together is key. You have likely experienced the 300-millisecond delay in mobile browsers or wrestled with touchmove versus scrolling.

Browser Input Events: Can We Do Better Than The Click?

In this article we will introduce the event cascade and use this knowledge to implement a demo of a tap event that supports the many input methods while not breaking in proxy browsers such as Opera Mini.

The post Browser Input Events: Can We Do Better Than The Click? appeared first on Smashing Magazine.

via Smashing Magazine http://ift.tt/1C539Cx

More