You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: www/docs/en/dev/guide/platforms/ios/plugin.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -225,6 +225,10 @@ terminate and `handleOpenURL` events. See the
225
225
[CDVPlugin.h][CDVPlugin.h] and [CDVPlugin.m][CDVPlugin.m]
226
226
classes for guidance.
227
227
228
+
### WKURLSchemeTask Hook
229
+
230
+
The [WKURLSchemeTask](https://developer.apple.com/documentation/webkit/wkurlschemetask) is an interface Cordova's main WKWebView uses to load files from your app's bundle. You can create your own custom schemes or custom loading code for the webview by implementing the `- (BOOL) overrideSchemeTask: (id <WKURLSchemeTask>)urlSchemeTask` method in a plugin.
231
+
228
232
## Threading
229
233
230
234
Plugin methods ordinarily execute in the same thread as the main
0 commit comments