Skip to content
This repository has been archived by the owner. It is now read-only.

滑动页面空白 #21

Closed
pzxie opened this issue Nov 9, 2017 · 1 comment
Closed

滑动页面空白 #21

pzxie opened this issue Nov 9, 2017 · 1 comment

Comments

@pzxie
Copy link

pzxie commented Nov 9, 2017

发现了一个Bug,启用上拉加载更多时,在底部快速滑动会概率性出现页面空白。不好意思,不能提供截屏或录屏,您可以试试可以复现不。

@LeeRayno
Copy link

LeeRayno commented Nov 9, 2017

@Peizhuang 你是不是 给你的容器加了-webkit-overflow-scrolling: touch;这个css?
例如这样:

// html
<div class="yourwrapper">
     <vue-pull-to>xxxxx</vue-pull-to>
</div>
// css
.yourwrapper{ -webkit-overflow-scrolling: touch; } 

我之前好像也有这种情况,好像就是这个引起的。他的.scroll-content 已经加了-webkit-overflow-scrolling: touch; 了。

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants