我正在使用Jquery mobile到我的应用程序。
<input data-mini="true" data-inline="true" data-theme="d" value="Login" type="submit" />
在ios中,如果我点击按钮颜色没有改变..如果我按住按钮几秒钟意味着颜色变化..问题是什么。
注意:按下按钮颜色不会改变...长按时颜色会改变..
答案 0 :(得分:0)
请尝试此代码
<input type="button" value="Button element" data-icon="delete" data-theme="b">
使用以下链接作为参考
http://jquerymobile.com/test/docs/widgets/forms/#&ui-state=dialog