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 2cd868e commit 81aa8baCopy full SHA for 81aa8ba
src/ios/CDVInAppBrowser.m
@@ -119,12 +119,12 @@ - (void)injectScriptCode:(CDVInvokedUrlCommand*)command
119
- (void)injectScriptFile:(CDVInvokedUrlCommand*)command
120
{
121
#if WK_WEB_VIEW_ONLY
122
- [[CDVWKInAppBrowser getInstance] injectScriptCode:command];
+ [[CDVWKInAppBrowser getInstance] injectScriptFile:command];
123
#else
124
if(self.usewkwebview){
125
126
}else{
127
- [[CDVUIInAppBrowser getInstance] injectScriptCode:command];
+ [[CDVUIInAppBrowser getInstance] injectScriptFile:command];
128
}
129
#endif
130
0 commit comments