其他分享
首页 > 其他分享> > jQuery Mobile 使用中的问题

jQuery Mobile 使用中的问题

作者:互联网

1.点击data-role="page"内的页面,会自动隐藏头部栏和尾部栏。

在data-role="header"或data-role="footer"中添加data-tap-toggle="false".

 

2.使用data-position="fixed"固定尾部栏后,在不同页面进行切换,会出现尾部栏移位的闪屏问题。

 

可以看下是否是在页面切换的时候,添加了页面之间过渡的效果(如:data-transition=“slide” )。可以把效果值改为none,即data-transition="none";

标签:jQuery,none,Mobile,transition,尾部,role,使用,data,页面
来源: https://www.cnblogs.com/Hymy/p/14308263.html