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
When the bodyViewController contains a tableView which supports left swipe gesture. will cause a crash issue in ScrollController.
Video
I also mocked in the demo app. it seems after the tableView displays in the whole screen.
Swipe gesture is captured by ScrollView so trailingSwipeActionsConfigurationForRowAt method cant respond. (Sometimes crash happened)
Hello @muukii san
I found a crash issue in my current project.
Crash Condition
When the bodyViewController contains a tableView which supports left swipe gesture. will cause a crash issue in
ScrollController
.Video
I also mocked in the demo app. it seems after the tableView displays in the whole screen.
Swipe gesture is captured by ScrollView so
trailingSwipeActionsConfigurationForRowAt
method cant respond. (Sometimes crash happened)0-02-08-b07d223a9ea24839d6a95cb114c952f01e99d25d3e7523c7cf9d7bf91f0b54de_265a750b7da.mp4
Maybe there is a solution in the sdk or it's a rare case??
Thanks
The text was updated successfully, but these errors were encountered: