-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
PullToRefresh 在未升级IOS13的iPhone上正常,但在已升级IOS13的IPhone上异常 #3455
Comments
其他手机也会处理这个问题,,我也遇到了,不仅仅是IOS13 苹果的问题 |
怎么解决呢? |
弃用了。。。
使用了以下组件:
https://github.com/soluteli/react-bscroll
https://better-scroll.github.io/docs/zh-CN/guide/base-scroll-api.html#%E5%B1%9E%E6%80%A7
唐胜男
前端
河南艺境空间
联系我
…------------------ 原始邮件 ------------------
发件人: "fkdswfwqfet"<[email protected]>;
发送时间: 2019年12月6日(星期五) 晚上7:39
收件人: "ant-design/ant-design-mobile"<[email protected]>;
抄送: "尘世"<[email protected]>; "Author"<[email protected]>;
主题: Re: [ant-design/ant-design-mobile] PullToRefresh 在未升级IOS13的iPhone上正常,但在已升级IOS13的IPhone上异常 (#3455)
怎么解决呢?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
目前在ios13上我的项目也遇到了这种问题,其余低版本的ios 暂时未发现,android也ok |
能说一下具体是什么问题嘛 正好要做这个需求 |
就是列表渲染出来是空白页面,但是,其实数据是已经出来了,点击空白的地方,还是会像点击跳转到原本该渲染出来的页面,比如:列表页,点击,跳转到详情页面。但是,当我往下拉刷新的时候,渲染不出来,然后,又往上滑,原本渲染出来的东西,也会不见了。最后,我的不同的列表试了这个东西,奇怪的是,有的地方可以,有的地方不行,就是很奇怪 |
后来用了什么?我看这个真的很多人提bug 不敢用了 |
listView |
listview数据结构好复杂,我需要的结构就是一层结构的,可以修改嘛?然后样式上和他demo完全不一样,可以修改嘛 |
一层结构是什么意思 |
@HuZhangRong dataSource = new ListView.DataSource 这个组件需要的数据得是new ListView.DataSource 然后这个数据结构又是 { sectionID_1: { rowID_1: , ... }, ... } 这种有多重得,但是我的需求数据结构就是平铺的{name:'',age:12}这种,如果我用ListView.DataSource ,我是不是得编造结构啊 |
@mmmaomao21 |
样式里面增加一行 可解决 |
群众里面有高人呐。此方案可行。 |
此方案吊炸天 |
方案可行👍👍👍 |
v2 已停止维护了,可以考虑升级一下 |
为什么会这样呢?遇见了同样的问题,但是找不到具体原因 |
No description provided.
The text was updated successfully, but these errors were encountered: