fix(stage-pocket): backward navigation gestures (#1112)

This commit is contained in:
LemonNeko
2026-03-04 21:36:02 +08:00
committed by GitHub
parent f24a003d8f
commit e5f1d5404c
3 changed files with 13 additions and 0 deletions
+2
View File
@@ -119,3 +119,5 @@ plugins/local
plugins/development
plugins-local
plugins-development
apps/stage-pocket/ios/buildServer.json
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:">
</FileRef>
</Workspace>
@@ -3,6 +3,10 @@ import Capacitor
import WebKit
class DevBridgeViewController: CAPBridgeViewController {
override func capacitorDidLoad() {
super.capacitorDidLoad()
webView?.allowsBackForwardNavigationGestures = true
}
#if DEBUG
override func viewDidLoad() {