下拉刷新

小程序开发相关产品技术讨论,包括面板、智能小程序、React Native、Ray跨端框架、Panel SDK、微信小程序、小程序开发工具(IDE)及其他开发技术相关等话题


Post Reply
18559697016
Posts: 121

Ray 小程序开发,下拉刷新,有相关组件,或者文档么,或是有demo吗?


Tags:
lshinylee
Posts: 370

Re: 下拉刷新

可以参考下这个 startPullDownRefresh API,文档详见 https://developer.tuya.com/cn/miniapp/d ... ownrefresh,但需要注意下以下两点:

  1. 页面配置是否禁用了 scroll 或启用下拉刷新,Ray 项目的页面配置位于此处 https://github.com/Tuya-Community/tuya- ... nfig.ts#L7
  2. 禁用 scroll 和启用下拉刷新的配置参考 https://developer.tuya.com/cn/miniapp/d ... /page/json

:D :D :D

Post Reply