How to swipe left of screen to go back in webview on andriod( I figured it out) #2434
mlafortune1223
started this conversation in
Show and tell
Replies: 1 comment
-
It was this. Please ignore const panHandler = Gesture.Pan().onEnd((event) => { |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is my code
);
}
I am wondering what event and event listener I should use to add a "Swipe left to go back" feature inside the webview. It picks up on all events, but it's really not clear which event is just someone swiping from the left of the screen. I've tried reading tap, and longpress, but I haven't managed to figure anything out. Please help
Beta Was this translation helpful? Give feedback.
All reactions