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 2019/06/07 15:03:00 UTC

svn commit: r1860764 - in /cordova/site/public: docs/en/dev/config_ref/index.html docs/en/dev/reference/cordova-cli/index.html docs/en/dev/reference/cordova-plugin-whitelist/index.html feed.xml

Author: janpio
Date: Fri Jun  7 15:03:00 2019
New Revision: 1860764

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

Modified:
    cordova/site/public/docs/en/dev/config_ref/index.html
    cordova/site/public/docs/en/dev/reference/cordova-cli/index.html
    cordova/site/public/docs/en/dev/reference/cordova-plugin-whitelist/index.html
    cordova/site/public/feed.xml

Modified: cordova/site/public/docs/en/dev/config_ref/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/config_ref/index.html?rev=1860764&r1=1860763&r2=1860764&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/config_ref/index.html (original)
+++ cordova/site/public/docs/en/dev/config_ref/index.html Fri Jun  7 15:03:00 2019
@@ -2996,7 +2996,7 @@ and will be indicated as such.</p>
 </tr>
 <tr>
 <td>OverrideUserAgent(string) <br/> <mark>Android</mark> <mark>iOS</mark></td>
-<td>If set, the value will replace the old UserAgent of webview. It is helpful to identify the request from app/browser when requesting remote pages. Use with caution, this may causes compitiable issue with web servers. For most cases, use AppendUserAgent instead.</td>
+<td>If set, the value will replace the old UserAgent of webview. It is helpful to identify the request from app/browser when requesting remote pages. Use with caution, this may cause compatibility issues with web servers. For most cases, use AppendUserAgent instead.</td>
 </tr>
 <tr>
 <td>PageLength(float) <br/> <mark>iOS</mark></td>

Modified: cordova/site/public/docs/en/dev/reference/cordova-cli/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/reference/cordova-cli/index.html?rev=1860764&r1=1860763&r2=1860764&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/reference/cordova-cli/index.html (original)
+++ cordova/site/public/docs/en/dev/reference/cordova-cli/index.html Fri Jun  7 15:03:00 2019
@@ -2661,8 +2661,6 @@ cordova create myApp com.myCompany.myApp
 cd myApp
 # Add camera plugin to the project and remember that in config.xml &amp; package.json.
 cordova plugin add cordova-plugin-camera
-# Add camera plugin to the project and remember that in config.xml and package.json.
-cordova plugin add cordova-plugin-camera
 # Add android platform to the project and remember that in config.xml &amp; package.json.
 cordova platform add android
 # Check to see if your system is configured for building android platform.

Modified: cordova/site/public/docs/en/dev/reference/cordova-plugin-whitelist/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/reference/cordova-plugin-whitelist/index.html?rev=1860764&r1=1860763&r2=1860764&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/reference/cordova-plugin-whitelist/index.html (original)
+++ cordova/site/public/docs/en/dev/reference/cordova-plugin-whitelist/index.html Fri Jun  7 15:03:00 2019
@@ -2619,6 +2619,8 @@ top-level navigations only.</p>
 
 <p>This whitelist does not apply to plugins, only hyperlinks and calls to <code>window.open()</code>.</p>
 
+<p>Note: <code>allow-navigation</code> takes precedence over <code>allow-intent</code>. Allowing navigation to all URLs with <code>&lt;allow-navigation href=&quot;*&quot; /&gt;</code> for example has the side effect of &quot;capturing&quot; all intents, so the webview navigates to them instead of triggering e.g. external apps.</p>
+
 <h2>Network Request Whitelist</h2>
 
 <p>Controls which network requests (images, XHRs, etc) are allowed to be made (via cordova native hooks).</p>

Modified: cordova/site/public/feed.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/feed.xml?rev=1860764&r1=1860763&r2=1860764&view=diff
==============================================================================
--- cordova/site/public/feed.xml (original)
+++ cordova/site/public/feed.xml Fri Jun  7 15:03:00 2019
@@ -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>Fri, 24 May 2019 12:39:22 +0000</pubDate>
-    <lastBuildDate>Fri, 24 May 2019 12:39:22 +0000</lastBuildDate>
+    <pubDate>Fri, 07 Jun 2019 14:40:35 +0000</pubDate>
+    <lastBuildDate>Fri, 07 Jun 2019 14:40:35 +0000</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>



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