WordPress 3.1.2 下拉菜单&安卓
默认主题“twentyten”的 Wordpress 3.1.2 下拉菜单在 iPhone 上运行良好,但在 Android 上则不然。当您触摸菜单时,它不会“下拉”。
有人有解决方法吗?
The Wordpress 3.1.2 dropdown menu of the default theme "twentyten" works fine on an iPhone, but not on Android. It does not "drop down" when you touch the menu.
Does anyone have a workaround for that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我最终使用 jQuery 对 WP 菜单进行“动画”处理,并使其对点击做出反应,而不是 CSS:hover 选择器。现在它可以在每个平台上正常运行:Android、iPhone、iPad、IE7/8、Opera、Safari、Chrome 和 Firefox。
I finally ended up "animating" the WP menu with jQuery, and making it react to clicks, instead of the CSS:hover selector. Now it works fine on every platform: Android, iPhone, iPad, IE7/8, Opera, Safari, Chrome and Firefox.