Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在popup内使用scroll-view 真机调试无法滚动。 #313

Open
hzhangboluo opened this issue May 13, 2020 · 6 comments
Open

在popup内使用scroll-view 真机调试无法滚动。 #313

hzhangboluo opened this issue May 13, 2020 · 6 comments

Comments

@hzhangboluo
Copy link

在popup内使用scroll-view在ide内可以用鼠标中建滚动,无法拖拽滚动,在真机调试中也无法滚动,如何解决?

@shanerou
Copy link

同样也遇到了这个问题,上来找了一圈,结果发现没回复,,,,

@linxz
Copy link
Contributor

linxz commented Mar 12, 2021

@shanerou 这个可以通过设置 disableScroll="{{false}}" 来处理。

@shanerou
Copy link

但是设置了disableScroll="{{false}}",如果遮罩底下的主页面是可以滑动的,滑动遮罩,主页面会跟着滑动,我想要的效果是popup页面内,不管如何滑动,主页面不动,这个问题在modal也是存在!

@linxz
Copy link
Contributor

linxz commented Mar 24, 2021

但是设置了disableScroll="{{false}}",如果遮罩底下的主页面是可以滑动的,滑动遮罩,主页面会跟着滑动,我想要的效果是popup页面内,不管如何滑动,主页面不动,这个问题在modal也是存在!

那么需要使用 sjs 的方式来处理,可以参考:https://opendocs.alipay.com/mini/01og7z#%E7%A4%BA%E4%BE%8B%E4%BB%A3%E7%A0%81

在这个 demo 中有一段内容或许应该是你所希望的结果,可以试试看。

  //......
  // 不往上冒泡,相当于调用了同时调用了
  // event.stopPropagation() 和
  // event.preventDefault()
  return false;

@coderxixi
Copy link

我也发现了 怎么解决?

@Simplyme0823
Copy link

我也发现了 怎么解决?

用的是小程序1.0基础库还是2.0基础库?

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

No branches or pull requests

5 participants