We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60cf666 commit a0e713aCopy full SHA for a0e713a
ios/Capacitor/Capacitor/CAPBridgeViewController.swift
@@ -135,7 +135,7 @@ import Cordova
135
}
136
if let appendUserAgent = instanceConfiguration.appendedUserAgentString {
137
if let appName = webViewConfiguration.applicationNameForUserAgent {
138
- webViewConfiguration.applicationNameForUserAgent = "\(appName) \(appendUserAgent)"
+ webViewConfiguration.applicationNameForUserAgent = "\(appName) \(appendUserAgent)"
139
} else {
140
webViewConfiguration.applicationNameForUserAgent = appendUserAgent
141
0 commit comments