云泥
云泥
How do you verify this change? Can you provide an online demo? thx
@CYeas Thx for your feedback, I'm trying to mock your GIF in codesandbox: https://codesandbox.io/s/ahooks-pr-2133-demo-99kfcq?file=/App.tsx, but even if I checked it on my phone, it doesn't reproduce the problem. So, I...
@CYeas Thank you very much, I will check it in my spare time.
Hi @CYeas, thx for your apk and gradle source code. In my xiaomi 6 phone(MIUI v11.0.5, Android v9), the problem in your GIF can't be reproduced. I guess this problem...
@CYeas Thx for your vedio, I'll try my best to reproduce, waitting for my good news.
I got it. There is almost a hundred percent to produce it when you slide tab very very quickly.
I got an error log when build gradle project: So, I need your help. Please replace `https://qshv92.csb.app/` to `https://sui4jg.csb.app/` in your [source code](https://github.com/CYeas/AndroidTabDemo), and build a new apk, very very...
@CYeas Good news, I verified this problem, but we should update this PR according to: https://codesandbox.io/s/sui4jg?file=/src/useLongPress.tsx:3999-4061 **After my verification, If we don't add `targetElement.addEventListener("touchcancel", onEnd);`, this problem is still exist.**...
@CYeas 有空了可以验证下上一条评论吗?我验证的需要加上这行代码才可以解决当前 PR 提出的问题: >
我补充一个: ```tsx ``` 希望可以把 Alert/Alert.ErrorBoundary 的 message 改成 title。毕竟 Tooltip/Popconfirm/Popover 统一都有 title,所以我经常以为 Alert 的主体内容也是 title