简体   繁体   中英

Jquery Mobile Popup Delay

i have some popups in my app. but i cant understand when i click on the button to open and to close he has a big delay on my ipad.

Is it possible to set it faster?

<div data-role="popup" id="positionWindow">
  <a href="#" data-rel="back" data-role="button" data-theme="a" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>
  some text
</div>

<a href="#positionWindow" data-rel="popup" data-position-to="Window" data-inline="true">
  <img src="images/plus.png"/>
</a>

图片有多大?请检查尺寸,以及是否可以缩小尺寸以节省渲染时间

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM