javascript - jQuery Mobile buttons don't change to 'pressed' state immediately when pressed -
in uiwebview
containing simple jquery mobile styled button, looks like:
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
Post a Comment