jquery-navobile
jquery-navobile copied to clipboard
Bind to click events by default, bind to touch events only if supported
Because devices can have both a mouse AND a touchscreen. Click wasn't working for these devices. This fixes it because it binds to click events by default and additionally binds to touch events if touch is supported.
@sirajea thanks for this, I'll check it out later.
Would be great if you could apply any change to both the coffeescript too
@SebAshton You're welcome. Done.