jquery-archive / jquery-mobile

jQuery Mobile Framework
https://jquerymobile.com
Other
9.7k stars 2.41k forks source link

vlick doesn't always fire #1326

Closed ghost closed 13 years ago

ghost commented 13 years ago

I have a phonegap app that I am testing in Android simulator. vclick barely ever fires. As a result, $("a").live("vclick", function(event){ is not called, and native page changing occurs.

jblas commented 13 years ago

I checked in a fix for this see issue 1331:

https://github.com/jquery/jquery-mobile/issues/1331

for details.