-
flutter版本:2.10
编译指令:
`
cd flutter_pulltorefresh/example
flutter create .
flutter build web --pwa-strategy none --release --no-source-maps --no-pub --web-renderer html
`
复现方法:
1. safari浏览器打开,…
-
![2024-04-07_182811](https://github.com/zhangrenyang/HarmonyOS/assets/3096013/649a24e6-4aa5-4e6d-b89d-faa9b786cc15)
-
# Bug report
**Current behavior:**
Shows English text only
**Expected behavior:**
Needs to be able to show any language. Would like if it could be initialized with custom text, so th…
-
提示 The method 'sendBack' isn't defined for the class 'RefreshController'. 难道是引入pulltorefresh的版本不对?
-
Twitter client
Used custom shapes for twitter user profile view
Used fragments in profile view
Managed to get PullToRefresh working
---
had trouble making the information in profile view - follower…
-
if I scroll the tableview, then trigger pulltofresh, It did not scroll to top and did not start loading animation.
-
### Version of antd-mobile
5.17.0
### What is this feature about?
之前提过一个issue:在多个tab共用同一个PullToRefresh组件时,快速切换tab会导致onRefresh事件始终到不了完成态,导致组件状态卡死 https://github.com/ant-design/ant-design-mobile/issu…
-
### Description
I have a bar for refreshing my webview, but one day it randomly vanished, and I had no idea why that happened, but after a few hours of trial and error I figured out that if that th…
-
I tried both on iOS and Android and on Android the component shows as a listview: no pulltorefresh, no infinite scroll
-
## Report a bug
### What did you do?
After updating to the latest version, custom PullToRefresh got broken.
### What did you expect to happen?
The same behaviour as before, hidden view …