Skip to content

Commit 133999c

Browse files
author
Capacitor+ Bot
committed
chore: sync upstream PR ionic-team#7419 from @neave
2 parents 270d700 + c90df5e commit 133999c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/Capacitor/Capacitor/WebViewDelegationHandler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ open class WebViewDelegationHandler: NSObject, WKNavigationDelegate, WKUIDelegat
213213
let method = dict["action"] as? String ?? ""
214214
let callbackId = dict["callbackId"] as? String ?? ""
215215

216-
let args = dict["actionArgs"] as? Array ?? []
216+
let args = dict["actionArgs"] as? Array ?? [] as [String]
217217
let options = ["options": args]
218218

219219
CAPLog.print("To Native Cordova -> ", pluginId, method, callbackId, options)

0 commit comments

Comments
 (0)