首页 > 代码库 > Bootstrap 2.3.2导航问题

Bootstrap 2.3.2导航问题

wpdx主题使 用了部分 Bootstrap 2.3.2 框架,不少朋友反馈在手机浏览器中无法点击下拉菜单的链接,搜索了一番,原来是 Bootstrap 2.3.2 js自身的bug,打开 bootstrap.min.js,查找到 ontouchstart ,替换为 disable-ontouchstart 就可以了。

Bootstrap 2.3.2导航问题