You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using swiper/react on top of a Flutter webview.
When I launch another activity through the swiper's onClick action, destroy it, and return,
the swiper action due to touch drag no longer occurs.
It doesn't always happen, but it happens with a high probability in iOS, and it seems not to be reproduced in AOS.
What can I check?
When I attach a listener to onTouchStart, Move, and End, the events seem to be issued properly.
When I reload the page in the webview, the swipe happens again.
If I could detect when the activity returns to the foreground, I could initialize the swiper at that time, but unfortunately the app doesn't provide it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm currently using swiper/react on top of a Flutter webview.
When I launch another activity through the swiper's onClick action, destroy it, and return,
the swiper action due to touch drag no longer occurs.
It doesn't always happen, but it happens with a high probability in iOS, and it seems not to be reproduced in AOS.
What can I check?
What else can I debug?
I'm currently using the following options.
swiper(9.4.1)
Beta Was this translation helpful? Give feedback.
All reactions