-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
swipe to go back capacitor demo - ios may not work #55
Comments
I have never tried that part in Capacitor - android or ios? do you get an error? |
android studio emulator and on an android phone. No error, it just doesn't do anything when i swipe back or press the hardware back button |
Docs on this - https://ionicframework.com/docs/developing/hardware-back-button When trying the back button in android emulator closes the window and the event is not fired... Swipeback is not functioning at all |
Android Back buttonin capacitor works - out of the box, right from the docs https://github.com/Tommertom/capacitor-backbutton/blob/main/src/routes/%2Blayout.svelte |
maybe this isn't the right repo to open an issue on, but do you have a demo of swipe to go back working in a capacitor + ionic + sveltekit mobile app? It works fine on PWA/browser but doesn't seem to work on a capacitor native app
The text was updated successfully, but these errors were encountered: