Enable swipe from left to right to go back to previous page (iOS)

Hi,

I have a capacitor ios app from my vuejs app. I am testing the app on my xcode simulator and on my phone through test flight but the swipe to go back does not work. I saw online that it was supposed to work without any config but it’s not my case. I tried to use some plugins but it still was not working. I also tried to add some code in my apple delegate but it still did not work. How can I enable this feature ?

Someone can correct me if I am wrong, but I am pretty sure Ionic/Capacitor only supports a hardware back button/back gesture on Android.

A source of what you saw would be helpful.

I only tested on ios for now and the feature does not work.

i managed to do it following this solution

2 Likes