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