capacitor icon indicating copy to clipboard operation
capacitor copied to clipboard

feat: Add Back/Forward navigation gestures to ios app

Open 4321ip opened this issue 5 years ago • 2 comments

Feature Request

Description

Back/Forward navigation gesture disabled by default

Platform(s)

ios

Preferred Solution

@capacitor/ios/Capacitor/Capacitor/CAPBridgeViewController.swift

loadView(){
...
webView?.allowsBackForwardNavigationGestures = true;
...
}

4321ip avatar Nov 16 '20 13:11 4321ip

Should be easy to implement via a config property?

maxcodefaster avatar Jan 18 '23 10:01 maxcodefaster

This is enabled by default on Android. Would be nice to bring the platforms closer together 🙏

Laruxo avatar Jan 18 '24 20:01 Laruxo