vue-pull-to icon indicating copy to clipboard operation
vue-pull-to copied to clipboard

在ios 滑动不了?

Open ghost opened this issue 7 years ago • 7 comments
trafficstars

会反弹到当前页面位置

ghost avatar Dec 18 '17 09:12 ghost

最好能提供demo给我 不然我怎么回答你

stackjie avatar Dec 22 '17 09:12 stackjie

没有设置滚动内容外部容器的高度造成的

codingSuperIdiot avatar Apr 10 '18 06:04 codingSuperIdiot

default

motivi avatar Jun 20 '18 02:06 motivi

大神们, 帮我看看, 怎么回事, 也是 会反弹到当前页面位置.

motivi avatar Jun 20 '18 02:06 motivi

已经解决了, 🥇

motivi avatar Jun 20 '18 04:06 motivi

.page-height { height: calc(100vh - 53px); /* 这个 必须 要 使用 */ /53px 是 tabbar 的 总高度, 用于 保证 页面 内容 能够 全部 被显示, 当 内容 超出 屏幕 并且 滑动条 处于 最低端 时./ }

motivi avatar Jun 20 '18 04:06 motivi

height: calc(100vh - 53px);

一定要使用100vh (view-height) 表示 屏幕 的 高

motivi avatar Jun 20 '18 04:06 motivi