You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2021/07/17 17:49:21 UTC

svn commit: r1891620 - in /cordova/site/public: docs/en/dev/guide/platforms/ios/plugin.html feed.xml

Author: janpio
Date: Sat Jul 17 17:49:21 2021
New Revision: 1891620

URL: http://svn.apache.org/viewvc?rev=1891620&view=rev
Log:
Updated docs

Modified:
    cordova/site/public/docs/en/dev/guide/platforms/ios/plugin.html
    cordova/site/public/feed.xml

Modified: cordova/site/public/docs/en/dev/guide/platforms/ios/plugin.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/guide/platforms/ios/plugin.html?rev=1891620&r1=1891619&r2=1891620&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/guide/platforms/ios/plugin.html (original)
+++ cordova/site/public/docs/en/dev/guide/platforms/ios/plugin.html Sat Jul 17 17:49:21 2021
@@ -2600,6 +2600,10 @@ terminate and <code>handleOpenURL</code>
 <a href="https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/Public/CDVPlugin.h">CDVPlugin.h</a> and <a href="https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/Public/CDVPlugin.m">CDVPlugin.m</a>
 classes for guidance.</p>
 
+<h3>WKURLSchemeTask Hook</h3>
+
+<p>The <a href="https://developer.apple.com/documentation/webkit/wkurlschemetask">WKURLSchemeTask</a> is an interface Cordova&#39;s main WKWebView uses to load files from your app&#39;s bundle. You can create your own custom schemes or custom loading code for the webview by implementing the <code>- (BOOL) overrideSchemeTask: (id &lt;WKURLSchemeTask&gt;)urlSchemeTask</code> method in a plugin.</p>
+
 <h2>Threading</h2>
 
 <p>Plugin methods ordinarily execute in the same thread as the main

Modified: cordova/site/public/feed.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/feed.xml?rev=1891620&r1=1891619&r2=1891620&view=diff
==============================================================================
--- cordova/site/public/feed.xml (original)
+++ cordova/site/public/feed.xml Sat Jul 17 17:49:21 2021
@@ -6,8 +6,8 @@
 </description>
     <link>https://cordova.apache.org/</link>
     <atom:link href="https://cordova.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Thu, 01 Jul 2021 08:51:09 +0000</pubDate>
-    <lastBuildDate>Thu, 01 Jul 2021 08:51:09 +0000</lastBuildDate>
+    <pubDate>Sat, 17 Jul 2021 17:22:59 +0000</pubDate>
+    <lastBuildDate>Sat, 17 Jul 2021 17:22:59 +0000</lastBuildDate>
     <generator>Jekyll v3.9.1</generator>
     
       <item>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org