Om Android nu eens echt te ervaren, heb ik als proef mijn Apple iPhone 5 vervangen door een nieuwe Nexus 5 Android smartphone. De komende tijd ben ik even helemaal overgeschakeld van iOS naar Android. Een vergelijking tussen Apple iOS 7.1 en Google Android KitKat 4.4.2.
Tag: iPhone
Fast JavaScript Click Event for Touch Devices
Click Events
When working on a web app for touch devices (iPhone / iPad), you will soon notice that click events are rather slow to fire. There is a delay due to the fact that the device waits for the user to complete a gesture before deciding that the intended gesture was in fact a click.
I wrote a simple script that detects whether the device is touched without moving. When tapped without move, it fires a custom event named “fast click”. This alternative event fires much faster then an ordinary click event.
Continue reading “Fast JavaScript Click Event for Touch Devices”
Ontwerp userinterface webshop voor mobiel
Door de userinterface van een website eerst voor de smartphone (aka mobiel) te ontwerpen, wordt de ontwerper gedwongen om zich te focussen op alleen de meest belangrijke acties. Door het beperkte scherm is er immers geen ruimte voor overbodige content. De gangbare term hiervoor is “Mobile first”.