我不确定这是CSS还是jQuery问题所以我都标记了这两个问题。在Chrome for Android上,当页面被缩放和滚动时,jQuery UI datepicker和qTip2都错误地(以相同的方式)定位。向右/向下移动的数量似乎与页面向左/向上滚动相同。
qTip示例:
正常尺寸,OK:
放大,还可以:
放大并向左滚动并向下滚动,工具提示正确向下和向下滚动:
我的CSS:
body {
background-attachment: fixed;
font-family: 'Roboto Condensed', Verdana, Arial, sans-serif;
font-size: 14px;
margin : 0 0 0 0;
overflow-x: hidden;
overflow-y: scroll;
}
html, body {
height: 100%;
}
qTip2定位说明:
position: {
viewport: $(window),
effect: false,
adjust: { method: 'shift shift'}
},