Author: janpio
Date: Tue Jun 23 19:26:55 2020
New Revision: 1879128
URL: http://svn.apache.org/viewvc?rev=1879128&view=rev
Log:
Updated docs
Modified:
cordova/site/public/docs/en/dev/config_ref/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=1879128&r1=1879127&r2=1879128&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/config_ref/index.html (original)
+++ cordova/site/public/docs/en/dev/config_ref/index.html Tue Jun 23 19:26:55
2020
@@ -2898,6 +2898,10 @@ and will be indicated as such.</p>
<td><em>Default: false</em> <br/> Set to true to allow HTML5 media playback
to appear inline within the screen layout, using browser-supplied controls
rather than native controls. For this to work, add the <code>playsinline</code>
attribute to any <code><video></code> elements. <em>NOTE</em>: Prior to
iOS 10, <code><video></code> elements need to use the
<code>webkit-playsinline</code> attribute name instead.</td>
</tr>
<tr>
+<td>AllowNewWindows(boolean) <br/> <mark>iOS</mark></td>
+<td><em>Default: false</em> <br/> Set to true to allow JavaScript
<code>window.open</code> and HTML <code>target="\_blank"</code> links
to open a new view overlaying the web view.</td>
+</tr>
+<tr>
<td>AndroidLaunchMode(string) <br/> <mark>Android</mark></td>
<td><em>Default: singleTop</em> <br/> Allowed values: standard, singleTop,
singleTask, singleInstance <br/> Sets the Activity android:launchMode
attribute. This changes what happens when the app is launched from app icon or
intent and is already running.</td>
</tr>
Modified: cordova/site/public/feed.xml
URL:
http://svn.apache.org/viewvc/cordova/site/public/feed.xml?rev=1879128&r1=1879127&r2=1879128&view=diff
==============================================================================
--- cordova/site/public/feed.xml (original)
+++ cordova/site/public/feed.xml Tue Jun 23 19:26:55 2020
@@ -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>Mon, 22 Jun 2020 15:58:16 +0000</pubDate>
- <lastBuildDate>Mon, 22 Jun 2020 15:58:16 +0000</lastBuildDate>
+ <pubDate>Tue, 23 Jun 2020 19:08:27 +0000</pubDate>
+ <lastBuildDate>Tue, 23 Jun 2020 19:08:27 +0000</lastBuildDate>
<generator>Jekyll v2.5.3</generator>
<item>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]