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 3 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