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 2020/06/22 16:17:08 UTC

svn commit: r1879092 - in /cordova/site/public: docs/en/dev/config_ref/index.html feed.xml

Author: janpio
Date: Mon Jun 22 16:17:08 2020
New Revision: 1879092

URL: http://svn.apache.org/viewvc?rev=1879092&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=1879092&r1=1879091&r2=1879092&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/config_ref/index.html (original)
+++ cordova/site/public/docs/en/dev/config_ref/index.html Mon Jun 22 16:17:08 2020
@@ -3034,6 +3034,10 @@ and will be indicated as such.</p>
 <td><em>Default: unpaginated</em> <br/> Allowed values: unpaginated, leftToRight, topToBottom, bottomToTop, rightToLeft <br/>  This property determines whether content in the web view is broken up into pages that fill the view one screen at a time,or shown as one long scrolling view. If set to a paginated form, this property toggles a paginated layout on the content, causing the web view to use the values of PageLength and GapBetweenPages to relayout its content.</td>
 </tr>
 <tr>
+<td>PreferredContentMode(string) <br/> <mark>iOS</mark></td>
+<td><em>Default: auto</em> <br/>  Sets the content mode (user agent) for the WebView and InAppBrowsers WebView on iPads. Valid values are: <code>mobile</code> and <code>desktop</code>.</td>
+</tr>
+<tr>
 <td>SetFullscreen(boolean) <br/> <mark>Android</mark></td>
 <td><em>Default: false</em> <br/>  Same as the Fullscreen parameter in the global configuration of this xml file. This Android-specific element is deprecated in favor of the global Fullscreen element, and will be removed in a future version.</td>
 </tr>

Modified: cordova/site/public/feed.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/feed.xml?rev=1879092&r1=1879091&r2=1879092&view=diff
==============================================================================
--- cordova/site/public/feed.xml (original)
+++ cordova/site/public/feed.xml Mon Jun 22 16:17:08 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>Sat, 13 Jun 2020 10:13:27 +0000</pubDate>
-    <lastBuildDate>Sat, 13 Jun 2020 10:13:27 +0000</lastBuildDate>
+    <pubDate>Mon, 22 Jun 2020 15:58:16 +0000</pubDate>
+    <lastBuildDate>Mon, 22 Jun 2020 15:58:16 +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