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

微信小程序skyline 模式 scrollView适配 #16215

Closed
whyrove opened this issue Jul 31, 2024 · 1 comment
Closed

微信小程序skyline 模式 scrollView适配 #16215

whyrove opened this issue Jul 31, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@whyrove
Copy link

whyrove commented Jul 31, 2024

这个特性解决了什么问题?

微信小程序skyline 模式scrollView组件事件重命名从on成bind*,例如bindscrolltolower,希望能适配一下

这个 API 长什么样?

bindscrolltolower

@taro-bot2 taro-bot2 bot added the enhancement New feature or request label Jul 31, 2024
This was referenced Aug 3, 2024
@tutuxxx
Copy link
Member

tutuxxx commented Nov 7, 2024

  <ScrollView className='scrollview' type='custom' scroll-y onScrollToLower={() => {
    console.log('111111')
  }}</ScrollView>

skyline下未复现到这个问题

@tutuxxx tutuxxx closed this as completed Nov 7, 2024
@tutuxxx tutuxxx self-assigned this Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants