scroll-view编译成原生支付宝后丢失disable-lower-scroll属性 #17402
Closed
FLDCF
started this conversation in
Feature Request
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Taro版本 3.6.17;支付宝小程序
tsx代码:
<scroll-view
scroll-y
style={{ height: '40vh', overflow: 'auto' }}
trap-scroll
disable-lower-scroll='out-of-bounds'
disable-upper-scroll='out-of-bounds'
>
编译成 axml后发现 disable-lower-scroll和disable-upper-scroll丢失
Beta Was this translation helpful? Give feedback.
All reactions