javascript - jQuery Mobile buttons don't change to 'pressed' state immediately when pressed -


in uiwebview containing simple jquery mobile styled button, looks like:

enter image description hereenter image description here

pressing not change it's appearance (to 'pressed' state greyish background) immediately, after 200m~, button appearance changes (if holding press) should have been changed already.

i'm not referring infamous delayed "onclick" event triggering of uiwebview, 'pressed' appearance of button not shown when pressed.

how correct that?

i'm using jquery mobile v1.3.0.

the following line did trick: $.mobile.buttonmarkup.hoverdelay = 0;

referenced jquery mobile docs page- http://jquerymobile.com/demos/1.2.0/docs/pages/phonegap.html


Comments

Popular posts from this blog

Capture and play voice with Asterisk ARI -

c++ - Can not find the "fiostream.h" file -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -