bigSlide.js - 屏幕外滑动面板导航

时间:2014-06-10 10:17:10

标签: jquery mobile nav sliding responsive-slides

我使用优秀的bigSlide.js屏幕外幻灯片导航插件(链接如下)。当您在移动设备(iPhone 5)上向上和向下滚动菜单弹出时,我会出现间歇性问题,我无法解决触发此问题的问题,因为我说这看起来很漂亮随机而没有任何真实的模式。道歉我目前无法进一步诊断,但如果你想尝试复制这个问题,可以在下面找到一个链接。有没有人使用这个插件遇到任何类似的问题?我曾尝试联系插件作者提出想法,但尚未作出回应。

该插件正在运行中 http://isodo3d.atelierhq.com/

bigSlide.js http://ascott1.github.io/bigSlide.js/

我确定它必须与以下触发的CSS有关

.panel {
    position: fixed;
    left: -15.625em; /*left or right and the width of your navigation panel*/
    width: 15.625em; /*should match the above value*/
}

1 个答案:

答案 0 :(得分:0)

我认为 弹出菜单,因为菜单位置不相对。 所以你可以固定位置并包裹菜单。

http://ascott1.github.io/bigSlide.js/

.wrap { 
    position: relative; 
}