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

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -