Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在努力解决我在使用 jquery mmenu 时遇到的问题
我目前正在 Android 上进行测试,并已根据演示使用
<a href="#menu">open menu</a>
设置与$('menu').mmenu();
$('menu').mmenu();
我也试过(按照建议)
$("#menu").trigger( "open" );
(在链接上使用不同的href。
任何人都可以建议如何调试或解决方案。
谢谢。
我已经解决了我的问题 - 似乎有
// DON'T copy, this is the problem not solution //
overflow:scroll !important; height: auto !important;
在页面的正文标签上(需要覆盖其他地方引起的问题)导致页面高度缩小到 0px 并强制页面显示为空白。
希望这对其他人有帮助。