禁用导航栏切换

时间:2013-11-16 15:41:29

标签: jquery-mobile jquery-mobile-navbar

我正在使用jquery mobile中的导航栏

<div data-role="footer" data-theme="a" data-position="fixed" data-tap-toggle="false"> 
    <div data-role="navbar">
        <ul>
            <li><a href="#home" data-icon="home" data-iconpos="top" style="text-decoration:none;">Home</a></li>
            <li><a onclick="#back" data-icon="arrow-l" data-iconpos="top">Back</a></li>
            <li><a onclick="#refresh" data-icon="refresh" data-iconpos="top">Refresh</a></li>
        </ul>   
    </div>
</div> 

enter image description here

我想禁用切换,所以我在页脚中使用data-tap-toggle =“false”。但是当我点击刷新时,它会切换:

enter image description here

我已经尝试将data-tap-toggle =“false”添加到导航栏div。但它仍然没有用。

1 个答案:

答案 0 :(得分:0)

问题在Navbar buttons stay pressed

中得到解决