按下时,jQuery Mobile按钮不会立即更改为“按下”状态

时间:2013-03-04 11:24:16

标签: javascript ios css jquery-mobile uiwebview

UIWebView中包含一个简单的jQuery Mobile样式按钮,如下所示:

enter image description here enter image description here

按下它不会立即改变它的外观(到灰色背景的“按下”状态),仅在200m~之后,按钮外观会改变(如果按住按钮),因为它应该已经改变了。

我不是指UIWebView的臭名昭着的延迟“onclick”事件触发,只是按下时没有立即显示的按钮的“按下”外观。

我该如何纠正?

我正在使用jQuery Mobile v1.3.0。

1 个答案:

答案 0 :(得分:1)

以下一行做了诀窍: $.mobile.buttonMarkup.hoverDelay = 0;

从jQuery Mobile Docs页面引用 - http://jquerymobile.com/demos/1.2.0/docs/pages/phonegap.html