This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 9785d872c2 Deploying to asf-site from @
apache/cordova-docs@f2a2e91f029b09bd2ed5eead3b6210dab0808def 🚀
9785d872c2 is described below
commit 9785d872c2edab5a73e492bf16018c0d691d3729
Author: erisu <[email protected]>
AuthorDate: Tue May 30 07:20:16 2023 +0000
Deploying to asf-site from @
apache/cordova-docs@f2a2e91f029b09bd2ed5eead3b6210dab0808def 🚀
---
docs/en/dev/config_ref/index.html | 156 +++++++++++++++++++-------------------
feed.xml | 4 +-
static/css/main.css | 34 +++++++++
3 files changed, 114 insertions(+), 80 deletions(-)
diff --git a/docs/en/dev/config_ref/index.html
b/docs/en/dev/config_ref/index.html
index bf645c9c47..a5b9fe6adb 100644
--- a/docs/en/dev/config_ref/index.html
+++ b/docs/en/dev/config_ref/index.html
@@ -2321,27 +2321,27 @@ platform. See <a href="images.html">Customize icons
topic</a> for more informati
</thead>
<tbody>
<tr>
- <td>id(string)</td>
+ <td>id<br /><span class="cdv-var-type string">String</span></td>
<td><em>Required</em> <br /> Specifies the app's identifier. The
<code>id</code> should be in a <a
href="https://en.wikipedia.org/wiki/Reverse_domain_name_notation#Examples">reverse-DNS
format</a> however, only alphanumeric and dot characters are allowed. e.g:
<code>com.example.myapp</code></td>
</tr>
<tr>
- <td>version(string)</td>
+ <td>version<br /><span class="cdv-var-type string">String</span></td>
<td><em>Required</em> <br /> Full version number expressed in
major/minor/patch notation.</td>
</tr>
<tr>
- <td>android-versionCode(string) <br /> <svg class="platform-icon
android"><use href="#android"></use></svg></td>
+ <td>android-versionCode<br /><span class="cdv-var-type
string">String</span> <svg class="platform-icon android"><use
href="#android"></use></svg></td>
<td>Alternative version for Android. Sets the <a
href="https://developer.android.com/tools/publishing/versioning.html">version
code</a> for the application. See <a
href="../guide/platforms/android/index.html#setting-the-version-code">the
Android guide</a> for information on how this attribute may be modified.</td>
</tr>
<tr>
- <td>ios-CFBundleVersion(string) <br /> <svg class="platform-icon
ios"><use href="#ios"></use></svg></td>
+ <td>ios-CFBundleVersion<br /><span class="cdv-var-type
string">String</span> <svg class="platform-icon ios"><use
href="#ios"></use></svg></td>
<td>Alternative version for iOS. For further details, see <a
href="https://developer.apple.com/library/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple_ref/doc/uid/20001431-102364">iOS
versioning</a>.</td>
</tr>
<tr>
- <td>android-packageName(string) <br /> <svg class="platform-icon
android"><use href="#android"></use></svg></td>
+ <td>android-packageName<br /><span class="cdv-var-type
string">String</span> <svg class="platform-icon android"><use
href="#android"></use></svg></td>
<td>Alternative package name for Android, overrides <code>id</code>.</td>
</tr>
<tr>
- <td>ios-CFBundleIdentifier(string) <br /> <svg class="platform-icon
ios"><use href="#ios"></use></svg></td>
+ <td>ios-CFBundleIdentifier<br /><span class="cdv-var-type
string">String</span> <br /> <svg class="platform-icon ios"><use
href="#ios"></use></svg></td>
<td>Alternative bundle id for iOS. Overrides <code>id</code>.</td>
</tr>
<tr>
@@ -2349,15 +2349,15 @@ platform. See <a href="images.html">Customize icons
topic</a> for more informati
<td>Specified the default language of the app, as an IANA language
code.</td>
</tr>
<tr>
- <td>android-activityName(string) <br /> <svg class="platform-icon
android"><use href="#android"></use></svg></td>
+ <td>android-activityName<br /><span class="cdv-var-type
string">String</span> <svg class="platform-icon android"><use
href="#android"></use></svg></td>
<td>Set the activity name for your app in AndroidManifest.xml. Note that
this is only set once after the Android platform is first added.</td>
</tr>
<tr>
- <td>xmlns(string)</td>
+ <td>xmlns<br /><span class="cdv-var-type string">String</span></td>
<td><em>Required</em> <br /> Namespace for the config.xml document.</td>
</tr>
<tr>
- <td>xmlns:cdv(string)</td>
+ <td>xmlns:cdv<br /><span class="cdv-var-type string">String</span></td>
<td><em>Required</em> <br /> Namespace prefix.</td>
</tr>
</tbody>
@@ -2416,11 +2416,11 @@ platform. See <a href="images.html">Customize icons
topic</a> for more informati
</thead>
<tbody>
<tr>
- <td>email(string)</td>
+ <td>email<br /><span class="cdv-var-type string">String</span></td>
<td><em>Required</em> <br /> Email of the author.</td>
</tr>
<tr>
- <td>href(string)</td>
+ <td>href<br /><span class="cdv-var-type string">String</span></td>
<td><em>Required</em> <br /> Website of the author.</td>
</tr>
</tbody>
@@ -2445,7 +2445,7 @@ platform. See <a href="images.html">Customize icons
topic</a> for more informati
</thead>
<tbody>
<tr>
- <td>src(string)</td>
+ <td>src<br /><span class="cdv-var-type string">String</span></td>
<td><em>Required</em> <br /> Defines the app's starting page in the
top-level web assets directory. The default value is index.html, which
customarily appears in a project's top-level <code>www</code>
directory.</td>
</tr>
</tbody>
@@ -2470,7 +2470,7 @@ platform. See <a href="images.html">Customize icons
topic</a> for more informati
</thead>
<tbody>
<tr>
- <td>origin(string)</td>
+ <td>origin<br /><span class="cdv-var-type string">String</span></td>
<td><em>Required</em> <br /> Defines the set of external domains the app
is allowed to communicate with. The default value shown above allows it to
access any server. See the Domain <a
href="../guide/appdev/allowlist/index.html">Whitelist Guide</a> for
details.</td>
</tr>
</tbody>
@@ -2499,7 +2499,7 @@ platform. See <a href="images.html">Customize icons
topic</a> for more informati
</thead>
<tbody>
<tr>
- <td>href(string)</td>
+ <td>href<br /><span class="cdv-var-type string">String</span></td>
<td><em>Required</em> <br /> Defines the set of external domains the
WebView is allowed to navigate to. See the <a
href="../guide/appdev/allowlist/index.html#navigation-allow-list">Allow List
Guide</a> for details.</td>
</tr>
</tbody>
@@ -2526,7 +2526,7 @@ platform. See <a href="images.html">Customize icons
topic</a> for more informati
</thead>
<tbody>
<tr>
- <td>href(string)</td>
+ <td>href<br /><span class="cdv-var-type string">String</span></td>
<td><em>Required</em> <br /> Defines which URLs the app is allowed to
ask the system to open. See the <a
href="../guide/appdev/allowlist/index.html#intent-allow-list">Allow List
Guide</a> for details.</td>
</tr>
</tbody>
@@ -2559,11 +2559,11 @@ platform. See <a href="images.html">Customize icons
topic</a> for more informati
</thead>
<tbody>
<tr>
- <td>name(string)</td>
+ <td>name<br /><span class="cdv-var-type string">String</span></td>
<td><em>Required</em> <br /> Name of the platform to be restored</td>
</tr>
<tr>
- <td>spec(string)</td>
+ <td>spec<br /><span class="cdv-var-type string">String</span></td>
<td><em>Required</em> <br /> Details about the platform to be restored.
This could be a <code>major.minor.patch</code> version number, a directory
containing the platform or a url pointing to a git repository. This information
will be used to retrieve the platform code to restore from NPM, a local
directory or a git repository. See <a
href="../reference/cordova-cli/index.html#platform-spec">Platform Spec</a> for
further details.</td>
</tr>
</tbody>
@@ -2592,11 +2592,11 @@ adding plugins.</p>
</thead>
<tbody>
<tr>
- <td>name(string)</td>
+ <td>name<br /><span class="cdv-var-type string">String</span></td>
<td><em>Required</em> <br /> Name of the plugin to be restored</td>
</tr>
<tr>
- <td>spec(string)</td>
+ <td>spec<br /><span class="cdv-var-type string">String</span></td>
<td><em>Required</em> <br /> Details about the plugin to be restored.
This could be a <code>major.minor.patch</code> version number, a directory
containing the plugin or a url pointing to a git repository. This information
will be used to retrieve the plugin code to restore from NPM, a local directory
or a git repository. See <a
href="../reference/cordova-cli/index.html#plugin-spec">Plugin Spec</a> for
further details.</td>
</tr>
</tbody>
@@ -2629,11 +2629,11 @@ project and restore it by running <code>cordova
prepare</code>. See the
</thead>
<tbody>
<tr>
- <td>name(string)</td>
+ <td>name<br /><span class="cdv-var-type string">String</span></td>
<td><em>Required</em> <br /> Name of the CLI variable. Can only contain
capital letters, digits, and underscores.</td>
</tr>
<tr>
- <td>value(string)</td>
+ <td>value<br /><span class="cdv-var-type string">String</span></td>
<td><em>Required</em> <br /> Value of the CLI variable to be used when
restoring the parent plugin during a prepare.</td>
</tr>
</tbody>
@@ -2659,199 +2659,199 @@ and will be indicated as such.</p>
</thead>
<tbody>
<tr>
- <td>AllowInlineMediaPlayback(boolean) <br /> <svg class="platform-icon
ios"><use href="#ios"></use></svg></td>
+ <td>AllowInlineMediaPlayback<br /><span class="cdv-var-type
boolean">Boolean</span> <svg class="platform-icon ios"><use
href="#ios"></use></svg></td>
<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 /> <svg class="platform-icon ios"><use
href="#ios"></use></svg></td>
+ <td>AllowNewWindows<br /><span class="cdv-var-type
boolean">Boolean</span> <svg class="platform-icon ios"><use
href="#ios"></use></svg></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 /> <svg class="platform-icon
android"><use href="#android"></use></svg></td>
+ <td>AndroidLaunchMode<br /><span class="cdv-var-type
string">String</span> <svg class="platform-icon android"><use
href="#android"></use></svg></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>
<tr>
- <td>AndroidInsecureFileModeEnabled(boolean) <br /> <svg
class="platform-icon android"><use href="#android"></use></svg></td>
+ <td>AndroidInsecureFileModeEnabled<br /><span class="cdv-var-type
boolean">Boolean</span> <svg class="platform-icon android"><use
href="#android"></use></svg></td>
<td><em>Default: false</em> <br /> If set to <code>true</code> loading
<code>file:///</code> URLs is allowed. <strong>Note</strong>: Enabling this
setting allows malicious scripts loaded in a <code>file:///</code> context to
launch cross-site scripting attacks, either accessing arbitrary local files
including WebView cookies, app private data or even credentials used on
arbitrary web sites.</td>
</tr>
<tr>
- <td>android-maxSdkVersion(integer) <br /> <svg class="platform-icon
android"><use href="#android"></use></svg></td>
+ <td>android-maxSdkVersion<br /><span class="cdv-var-type
number">Number</span> <svg class="platform-icon android"><use
href="#android"></use></svg></td>
<td><em>Default: Not Specified</em> <br /> Sets the
<code>maxSdkVersion</code> attribute of the <code><uses-sdk></code> tag
in the project's <code>AndroidManifest.xml</code> (see <a
href="https://developer.android.com/guide/topics/manifest/uses-sdk-element.html">here</a>).</td>
</tr>
<tr>
- <td>android-minSdkVersion(integer) <br /> <svg class="platform-icon
android"><use href="#android"></use></svg></td>
+ <td>android-minSdkVersion<br /><span class="cdv-var-type
number">Number</span> <svg class="platform-icon android"><use
href="#android"></use></svg></td>
<td><em>Default: Dependent on cordova-android Version</em> <br /> Sets
the <code>minSdkVersion</code> attribute of the <code><uses-sdk></code>
tag in the project's <code>AndroidManifest.xml</code> (see <a
href="https://developer.android.com/guide/topics/manifest/uses-sdk-element.html">here</a>).</td>
</tr>
<tr>
- <td>android-targetSdkVersion(integer) <br /> <svg class="platform-icon
android"><use href="#android"></use></svg></td>
+ <td>android-targetSdkVersion<br /><span class="cdv-var-type
number">Number</span> <svg class="platform-icon android"><use
href="#android"></use></svg></td>
<td><em>Default: Dependent on cordova-android Version</em> <br /> Sets
the <code>targetSdkVersion</code> attribute of the
<code><uses-sdk></code> tag in the project's
<code>AndroidManifest.xml</code> (see <a
href="https://developer.android.com/guide/topics/manifest/uses-sdk-element.html">here</a>).</td>
</tr>
<tr>
- <td>AppendUserAgent(string) <br /> <svg class="platform-icon
android"><use href="#android"></use></svg> <svg class="platform-icon ios"><use
href="#ios"></use></svg></td>
+ <td>AppendUserAgent<br /><span class="cdv-var-type string">String</span>
<svg class="platform-icon android"><use href="#android"></use></svg> <svg
class="platform-icon ios"><use href="#ios"></use></svg></td>
<td>If set, the value will append to the end of old UserAgent of
webview. When using with OverrideUserAgent, this value will be ignored.</td>
</tr>
<tr>
- <td>BackgroundColor(string) <br /> <svg class="platform-icon
android"><use href="#android"></use></svg> <svg class="platform-icon ios"><use
href="#ios"></use></svg></td>
+ <td>BackgroundColor<br /><span class="cdv-var-type string">String</span>
<svg class="platform-icon android"><use href="#android"></use></svg> <svg
class="platform-icon ios"><use href="#ios"></use></svg></td>
<td>Sets the app's background color. Supports a four-byte hex value,
with the first byte representing the alpha channel, and standard RGB values for
the following three bytes. <br /><strong>Note</strong>:
<code>transparent</code> value will set the application tile background to the
accent color on Windows.</td>
</tr>
<tr>
- <td>BackupWebStorage(string) <br /> <svg class="platform-icon ios"><use
href="#ios"></use></svg></td>
+ <td>BackupWebStorage<br /><span class="cdv-var-type
string">String</span> <svg class="platform-icon ios"><use
href="#ios"></use></svg></td>
<td><em>Default: cloud</em> <br /> Allowed values: none, local, cloud.
<br /> Set to cloud to allow web storage data to backup via iCloud. Set to
local to allow only local backups via iTunes sync. Set to none prevent web
storage backups.</td>
</tr>
<tr>
- <td>CordovaWebViewEngine(string) <br /> <svg class="platform-icon
ios"><use href="#ios"></use></svg></td>
+ <td>CordovaWebViewEngine<br /><span class="cdv-var-type
string">String</span> <svg class="platform-icon ios"><use
href="#ios"></use></svg></td>
<td><em>Default: CDVWebViewEngine</em> <br /> This sets the WebView
engine plugin to be used to render the host app. The plugin must conform to the
CDVWebViewEngineProtocol protocol. The 'value' here should match the
'feature' name of the WebView engine plugin that is installed. This
preference usually would be set by the WebView engine plugin that is installed,
automatically.</td>
</tr>
<tr>
- <td>DefaultVolumeStream(string) <br /> <svg class="platform-icon
android"><use href="#android"></use></svg></td>
+ <td>DefaultVolumeStream<br /><span class="cdv-var-type
string">String</span> <svg class="platform-icon android"><use
href="#android"></use></svg></td>
<td><em>Default: default</em> <br /> Added in cordova-android 3.7.0,
This preference sets which volume the hardware volume buttons link to. By
default this is "call" for phones and "media" for tablets.
Set this to "media" to have your app's volume buttons always
change the media volume. Note that when using Cordova's media plugin, the
volume buttons will dynamically change to controlling the media volume when any
Media objects are active.</td>
</tr>
<tr>
- <td>DisallowOverscroll(boolean) <br /> <svg class="platform-icon
ios"><use href="#ios"></use></svg> <svg class="platform-icon android"><use
href="#android"></use></svg></td>
+ <td>DisallowOverscroll<br /><span class="cdv-var-type
boolean">Boolean</span> <svg class="platform-icon ios"><use
href="#ios"></use></svg> <svg class="platform-icon android"><use
href="#android"></use></svg></td>
<td><em>Default: false</em> <br /> Set to <strong>true</strong> if you
don't want the interface to display any feedback when users scroll past the
beginning or end of content. On iOS, overscroll gestures cause content to
bounce back to its original position. on Android, they produce a more subtle
glowing effect along the top or bottom edge of the content. <br /></td>
</tr>
<tr>
- <td>EnableViewportScale(boolean) <br /> <svg class="platform-icon
ios"><use href="#ios"></use></svg></td>
+ <td>EnableViewportScale<br /><span class="cdv-var-type
boolean">Boolean</span> <svg class="platform-icon ios"><use
href="#ios"></use></svg></td>
<td><em>Default: false</em> <br /> Set to true to allow a viewport
meta tag to either disable or restrict the range of user scaling, which is
enabled by default. Place a viewport such as the following in the HTML to
disable scaling and fit content flexibly within the rendering WebView: <br />
<code><meta name='viewport' content='width=device-width, initial-scale=1,
user-scalable=no' /></code></td>
</tr>
<tr>
- <td>ErrorUrl(URL) <br /> <svg class="platform-icon android"><use
href="#android"></use></svg></td>
+ <td>ErrorUrl<br /><span class="cdv-var-type url">Url</span> <svg
class="platform-icon android"><use href="#android"></use></svg></td>
<td><em>Default: null</em> <br /> If set, will display the referenced
page upon an error in the application instead of a dialog with the title
"Application Error".</td>
</tr>
<tr>
- <td>ErrorUrl(string) <br /> <svg class="platform-icon ios"><use
href="#ios"></use></svg></td>
+ <td>ErrorUrl<br /><span class="cdv-var-type string">String</span> <svg
class="platform-icon ios"><use href="#ios"></use></svg></td>
<td>If set, will display the referenced local page upon an error in the
application.</td>
</tr>
<tr>
- <td>FullScreen(boolean) <br /> <svg class="platform-icon android"><use
href="#android"></use></svg></td>
+ <td>FullScreen<br /><span class="cdv-var-type boolean">Boolean</span>
<svg class="platform-icon android"><use href="#android"></use></svg></td>
<td><em>Default: false</em> <br /> Allows you to hide the status bar at
the top of the screen. <br /> <strong>Note</strong>: Recommended
platform-agnostic way to achieve this is to use the <a
href="../reference/cordova-plugin-statusbar/">StatusBar plugin</a>.</td>
</tr>
<tr>
- <td>GapBetweenPages(float) <br /> <svg class="platform-icon ios"><use
href="#ios"></use></svg></td>
+ <td>GapBetweenPages<br /><span class="cdv-var-type float">Float</span>
<svg class="platform-icon ios"><use href="#ios"></use></svg></td>
<td><em>Default: 0</em> <br /> The size of the gap, in points, between
pages.</td>
</tr>
<tr>
- <td>GradlePluginGoogleServicesEnabled (boolean) <br /> <svg
class="platform-icon android"><use href="#android"></use></svg></td>
+ <td>GradlePluginGoogleServicesEnabled<br /><span class="cdv-var-type
boolean">Boolean</span> <svg class="platform-icon android"><use
href="#android"></use></svg></td>
<td><em>Default: false</em> <br /> Set to true to enable the Google
Services Gradle plugin.</td>
</tr>
<tr>
- <td>GradlePluginGoogleServicesEnabled (semver) <br /> <svg
class="platform-icon android"><use href="#android"></use></svg></td>
+ <td>GradlePluginGoogleServicesEnabled<br /><span class="cdv-var-type
semver">Semver</span> <svg class="platform-icon android"><use
href="#android"></use></svg></td>
<td><em>Default: 4.2.0</em> <br /> Set version of Google Services
Gradle plugin to be used.</td>
</tr>
<tr>
- <td>GradlePluginKotlinEnabled (boolean) <br /> <svg class="platform-icon
android"><use href="#android"></use></svg></td>
+ <td>GradlePluginKotlinEnabled<br /><span class="cdv-var-type
boolean">Boolean</span> <svg class="platform-icon android"><use
href="#android"></use></svg></td>
<td><em>Default: false</em> <br /> Set to true to allow Kotlin files to
be built.</td>
</tr>
<tr>
- <td>GradlePluginKotlinCodeStyle (string) <br /> <svg
class="platform-icon android"><use href="#android"></use></svg></td>
+ <td>GradlePluginKotlinCodeStyle <br /><span class="cdv-var-type
string">String</span> <svg class="platform-icon android"><use
href="#android"></use></svg></td>
<td><em>Default: official</em> <br /> Allowed values: official,
obsolete<br /> Sets how the Kotlin code is formatting for readability.</td>
</tr>
<tr>
- <td>GradlePluginKotlinVersion (semver) <br /> <svg class="platform-icon
android"><use href="#android"></use></svg></td>
+ <td>GradlePluginKotlinVersion<br /><span class="cdv-var-type
semver">Semver</span> <svg class="platform-icon android"><use
href="#android"></use></svg></td>
<td><em>Default: 1.3.50</em> <br /> Set the version of the Kotlin Gradle
plugin to be used.</td>
</tr>
<tr>
- <td>InAppBrowserStorageEnabled (boolean) <br /> <svg
class="platform-icon android"><use href="#android"></use></svg></td>
+ <td>InAppBrowserStorageEnabled<br /><span class="cdv-var-type
boolean">Boolean</span> <svg class="platform-icon android"><use
href="#android"></use></svg></td>
<td><em>Default: true</em> <br /> Controls whether pages opened within
an InAppBrowser can access the same localStorage and WebSQL storage as pages
opened with the default browser.</td>
</tr>
<tr>
- <td>InspectableWebview(boolean) <br /> <svg class="platform-icon
android"><use href="#android"></use></svg> <svg class="platform-icon ios"><use
href="#ios"></use></svg></td>
+ <td>InspectableWebview<br /><span class="cdv-var-type
boolean">Boolean</span> <svg class="platform-icon android"><use
href="#android"></use></svg> <svg class="platform-icon ios"><use
href="#ios"></use></svg></td>
<td><em>Default: depends on Debug/Release build</em> <br /> On iOS 16.4
or later, enables or disables the webview inspector. Defaults to
<code>true</code> on debug builds and <code>false</code> on release builds.
This preference is ignored on iOS 16.3 and earlier; the inspector is always
enabled on debug builds and always disabled on release builds.</td>
</tr>
<tr>
- <td>KeepRunning(boolean) <br /> <svg class="platform-icon android"><use
href="#android"></use></svg></td>
+ <td>KeepRunning<br /><span class="cdv-var-type boolean">Boolean</span>
<svg class="platform-icon android"><use href="#android"></use></svg></td>
<td><em>Default: true</em> <br /> Determines whether the application
stays running in the background even after a <a
href="../cordova/events/events.html#pause">pause</a> event fires. Setting this
to false does not kill the app after a <a
href="../cordova/events/events.html#pause">pause</a> event, but simply halts
execution of code within the cordova webview while the app is in the
background.</td>
</tr>
<tr>
- <td>KeyboardDisplayRequiresUserAction(boolean) <br /> <svg
class="platform-icon ios"><use href="#ios"></use></svg></td>
+ <td>KeyboardDisplayRequiresUserAction<br /><span class="cdv-var-type
boolean">Boolean</span> <svg class="platform-icon ios"><use
href="#ios"></use></svg></td>
<td><em>Default: true</em> <br /> Set to false to allow the keyboard to
appear when calling focus() on form inputs.</td>
</tr>
<tr>
- <td>LoadUrlTimeoutValue(number in milliseconds) <br /> <svg
class="platform-icon android"><use href="#android"></use></svg></td>
- <td><em>Default: 20000, 20 seconds</em> <br /> When loading a page, the
amount of time to wait before throwing a timeout error.</td>
+ <td>LoadUrlTimeoutValue<br /><span class="cdv-var-type
number">Number</span> <svg class="platform-icon android"><use
href="#android"></use></svg></td>
+ <td><em>Default: 20000, 20 seconds</em> <br /> When loading a page, the
amount of time in miliseconds to wait before throwing a timeout error.</td>
</tr>
<tr>
- <td>LoadingDialog(string) <br /> <svg class="platform-icon android"><use
href="#android"></use></svg></td>
+ <td>LoadingDialog<br /><span class="cdv-var-type string">String</span>
<svg class="platform-icon android"><use href="#android"></use></svg></td>
<td><em>Default: null</em> <br /> If set, displays a dialog with the
specified title and message, and a spinner, when loading the first page of an
application. The title and message are separated by a comma in this value
string, and that comma is removed before the dialog is displayed.</td>
</tr>
<tr>
- <td>LogLevel(string) <br /> <svg class="platform-icon android"><use
href="#android"></use></svg></td>
+ <td>LogLevel<br /><span class="cdv-var-type string">String</span> <svg
class="platform-icon android"><use href="#android"></use></svg></td>
<td><em>Default: DEBUG</em> <br /> Allowed values: ERROR, WARN, INFO,
DEBUG, VERBOSE <br /> Sets the minimum log level through which log messages
from your application will be filtered.</td>
</tr>
<tr>
- <td>MediaPlaybackAllowsAirPlay(boolean) <br /> <svg class="platform-icon
ios"><use href="#ios"></use></svg></td>
+ <td>MediaPlaybackAllowsAirPlay<br /><span class="cdv-var-type
boolean">Boolean</span> <svg class="platform-icon ios"><use
href="#ios"></use></svg></td>
<td><em>Default: true</em> <br /> Set to false to prevent Air Play from
being used in this view. Available in default UIWebView and WKWebView.</td>
</tr>
<tr>
- <td>MediaPlaybackRequiresUserAction(boolean) <br /> <svg
class="platform-icon ios"><use href="#ios"></use></svg></td>
+ <td>MediaPlaybackRequiresUserAction<br /><span class="cdv-var-type
boolean">Boolean</span> <svg class="platform-icon ios"><use
href="#ios"></use></svg></td>
<td><em>Default: false</em> <br /> Set to true to prevent HTML5 videos
or audios from playing automatically with the autoplay attribute or via
JavaScript.</td>
</tr>
<tr>
- <td>Orientation(string)</td>
+ <td>Orientation<br /><span class="cdv-var-type string">String</span></td>
<td><em>Default: default</em> <br /> Allowed values: default, landscape,
portrait <br /> Allows you to lock orientation and prevent the interface from
rotating in response to changes in orientation. <br /> <strong>NOTE:</strong>
The default value means Cordova will strip the orientation preference entry
from the platform's manifest/configuration file allowing the platform to
fallback to its default behavior. For iOS, to specify both portrait &
landscape mode you would use t [...]
</tr>
<tr>
- <td>OverrideUserAgent(string) <br /> <svg class="platform-icon
android"><use href="#android"></use></svg> <svg class="platform-icon ios"><use
href="#ios"></use></svg></td>
+ <td>OverrideUserAgent<br /><span class="cdv-var-type
string">String</span> <svg class="platform-icon android"><use
href="#android"></use></svg> <svg class="platform-icon ios"><use
href="#ios"></use></svg></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 /> <svg class="platform-icon ios"><use
href="#ios"></use></svg></td>
+ <td>PageLength<br /><span class="cdv-var-type float">Float</span> <svg
class="platform-icon ios"><use href="#ios"></use></svg></td>
<td><em>Default: 0</em> <br /> The size of each page, in points, in the
direction that the pages flow. When PaginationMode is right to left or left to
right, this property represents the width of each page. When PaginationMode is
topToBottom or bottomToTop, this property represents the height of each page.
The default value is 0, which means the layout uses the size of the viewport to
determine the dimensions of the page.</td>
</tr>
<tr>
- <td>PaginationBreakingMode(string) <br /> <svg class="platform-icon
ios"><use href="#ios"></use></svg></td>
+ <td>PaginationBreakingMode<br /><span class="cdv-var-type
string">String</span> <svg class="platform-icon ios"><use
href="#ios"></use></svg></td>
<td><em>Default: page</em> <br /> Allowed values: page, column <br />
Valid values are page and column.The manner in which column- or page-breaking
occurs. This property determines whether certain CSS properties regarding
column- and page-breaking are honored or ignored. When this property is set to
column, the content respects the CSS properties related to column-breaking in
place of page-breaking.</td>
</tr>
<tr>
- <td>PaginationMode(string) <br /> <svg class="platform-icon ios"><use
href="#ios"></use></svg></td>
+ <td>PaginationMode<br /><span class="cdv-var-type string">String</span>
<svg class="platform-icon ios"><use href="#ios"></use></svg></td>
<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 /> <svg class="platform-icon
ios"><use href="#ios"></use></svg></td>
+ <td>PreferredContentMode<br /><span class="cdv-var-type
string">String</span> <svg class="platform-icon ios"><use
href="#ios"></use></svg></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>InAppBrowserStatusBarStyle(string) <br /> <svg class="platform-icon
ios"><use href="#ios"></use></svg></td>
+ <td>InAppBrowserStatusBarStyle<br /><span class="cdv-var-type
string">String</span> <svg class="platform-icon ios"><use
href="#ios"></use></svg></td>
<td><em>Default: default</em> <br /> Set text color style of the
StatusBar for InAppBrowser for iOS. Valid values are: <code>lightcontent</code>
and <code>default</code>.</td>
</tr>
<tr>
- <td>SetFullscreen(boolean) <br /> <svg class="platform-icon
android"><use href="#android"></use></svg></td>
+ <td>SetFullscreen<br /><span class="cdv-var-type boolean">Boolean</span>
<svg class="platform-icon android"><use href="#android"></use></svg></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>
<tr>
- <td>ShowTitle(boolean) <br /> <svg class="platform-icon android"><use
href="#android"></use></svg></td>
+ <td>ShowTitle<br /><span class="cdv-var-type boolean">Boolean</span>
<svg class="platform-icon android"><use href="#android"></use></svg></td>
<td><em>Default: false</em> <br /> Show the title at the top of the
screen.</td>
</tr>
<tr>
- <td>Suppresses3DTouchGesture(boolean) <br /> <svg class="platform-icon
ios"><use href="#ios"></use></svg></td>
+ <td>Suppresses3DTouchGesture<br /><span class="cdv-var-type
boolean">Boolean</span> <svg class="platform-icon ios"><use
href="#ios"></use></svg></td>
<td><em>Default: false</em> <br /> Set to true to avoid 3D Touch
capable iOS devices rendering a magnifying glass widget when the user applies
force while longpressing the webview. Test your app thoroughly since this
disables onclick handlers, but plays nice with ontouchend. If this setting is
true, SuppressesLongPressGesture will effectively be true as well.</td>
</tr>
<tr>
- <td>SuppressesIncrementalRendering(boolean) <br /> <svg
class="platform-icon ios"><use href="#ios"></use></svg></td>
+ <td>SuppressesIncrementalRendering<br /><span class="cdv-var-type
boolean">Boolean</span> <svg class="platform-icon ios"><use
href="#ios"></use></svg></td>
<td><em>Default: false</em> <br /> Set to true to wait until all
content has been received before it renders to the screen.</td>
</tr>
<tr>
- <td>SuppressesLongPressGesture(boolean) <br /> <svg class="platform-icon
ios"><use href="#ios"></use></svg></td>
+ <td>SuppressesLongPressGesture<br /><span class="cdv-var-type
boolean">Boolean</span> <svg class="platform-icon ios"><use
href="#ios"></use></svg></td>
<td><em>Default: false</em> <br /> Set to true to avoid iOS9+ rendering
a magnifying glass widget when the user longpresses the webview. Test your app
thoroughly since this may interfere with text selection capabilities.</td>
</tr>
<tr>
- <td>SwiftVersion(string) <br /> <svg class="platform-icon ios"><use
href="#ios"></use></svg></td>
+ <td>SwiftVersion<br /><span class="cdv-var-type string">String</span>
<svg class="platform-icon ios"><use href="#ios"></use></svg></td>
<td><em>Default: (empty)</em> <br /> Set to specify the Swift
Version.</td>
</tr>
<tr>
- <td>TopActivityIndicator(string) <br /> <svg class="platform-icon
ios"><use href="#ios"></use></svg></td>
+ <td>TopActivityIndicator<br /><span class="cdv-var-type
string">String</span> <svg class="platform-icon ios"><use
href="#ios"></use></svg></td>
<td><em>Default: gray</em> <br /> Allowed values: whiteLarge, white,
gray. <br /> <br /> Controls the appearance of the small spinning icon in the
status bar that indicates significant processor activity.</td>
</tr>
<tr>
- <td>UIWebViewDecelerationSpeed(string) <br /> <svg class="platform-icon
ios"><use href="#ios"></use></svg></td>
+ <td>UIWebViewDecelerationSpeed<br /><span class="cdv-var-type
string">String</span> <svg class="platform-icon ios"><use
href="#ios"></use></svg></td>
<td><em>Default: normal</em> <br /> Allowed values: normal, fast <br />
This property controls the deceleration speed of momentum scrolling. normal is
the default speed for most native apps, and fast is the default for Mobile
Safari.</td>
</tr>
<tr>
- <td>deployment-target(string) <br /> <svg class="platform-icon ios"><use
href="#ios"></use></svg></td>
+ <td>deployment-target<br /><span class="cdv-var-type
string">String</span> <svg class="platform-icon ios"><use
href="#ios"></use></svg></td>
<td>This sets the IPHONEOS_DEPLOYMENT_TARGET in the build, which
ultimately translates to the MinimumOSVersion in the ipa. For more details
please refer to Apple's documentation on Deployment Target Settings</td>
</tr>
<tr>
- <td>target-device(string) <br /> <svg class="platform-icon ios"><use
href="#ios"></use></svg></td>
+ <td>target-device<br /><span class="cdv-var-type string">String</span>
<svg class="platform-icon ios"><use href="#ios"></use></svg></td>
<td><em>Default: universal</em> <br /> Allowed values: handset, tablet,
universal <br /> This property maps directly to TARGETED_DEVICE_FAMILY in the
xcode project. Note that if you target universal (which is the default) you
will need to supply screen shots for both iPhone and iPad or your app may be
rejected.</td>
</tr>
</tbody>
@@ -2922,7 +2922,7 @@ NOTE: Most of the time, you do NOT want to set this
directly.</feature></feature
</thead>
<tbody>
<tr>
- <td>name(string)</td>
+ <td>name<br /><span class="cdv-var-type string">String</span></td>
<td><em>Required</em> <br /> The name of the plugin to enable.</td>
</tr>
</tbody>
@@ -2940,7 +2940,7 @@ NOTE: Most of the time, you do NOT want to set this
directly.</feature></feature
</thead>
<tbody>
<tr>
- <td>name(string) <br /> <svg class="platform-icon ios"><use
href="#ios"></use></svg> <svg class="platform-icon android"><use
href="#android"></use></svg></td>
+ <td>name<br /><span class="cdv-var-type string">String</span> <svg
class="platform-icon ios"><use href="#ios"></use></svg> <svg
class="platform-icon android"><use href="#android"></use></svg></td>
<td><em>Required</em> <br /> Allowed values: android-package,
ios-package, onload. <br /> 'ios-package' and
'android-package' are used to specify the name of the package (as
specified by the 'value' attribute) to be used to initialize the plugin
code, while 'onload' is used to specify whether the corresponding
plugin (as specified in the 'value' attribute) is to be instantiated
when the controller is initialized.</td>
</tr>
<tr>
@@ -2976,7 +2976,7 @@ NOTE: Most of the time, you do NOT want to set this
directly.</feature></feature
</thead>
<tbody>
<tr>
- <td>name(string)</td>
+ <td>name<br /><span class="cdv-var-type string">String</span></td>
<td><em>Required</em> <br /> The platform whose preferences are being
defined.</td>
</tr>
</tbody>
@@ -3004,11 +3004,11 @@ default Cordova functionality. See <a
href="../guide/appdev/hooks/index.html">Ho
</thead>
<tbody>
<tr>
- <td>type(string)</td>
+ <td>type<br /><span class="cdv-var-type string">String</span></td>
<td><em>Required</em> <br /> Specifies the action during which the
custom script is to be called.</td>
</tr>
<tr>
- <td>src(string)</td>
+ <td>src<br /><span class="cdv-var-type string">String</span></td>
<td><em>Required</em> <br /> Specifies the location of the script to be
called when a specific action occurs.</td>
</tr>
</tbody>
@@ -3032,11 +3032,11 @@ default Cordova functionality. See <a
href="../guide/appdev/hooks/index.html">Ho
</thead>
<tbody>
<tr>
- <td>src(string) <br /> <svg class="platform-icon ios"><use
href="#ios"></use></svg> <svg class="platform-icon android"><use
href="#android"></use></svg></td>
+ <td>src<br /><span class="cdv-var-type string">String</span> <svg
class="platform-icon ios"><use href="#ios"></use></svg> <svg
class="platform-icon android"><use href="#android"></use></svg></td>
<td><em>Required</em> <br /> Location of the file relative to
<code>config.xml</code>.</td>
</tr>
<tr>
- <td>target(string)</td>
+ <td>target<br /><span class="cdv-var-type string">String</span></td>
<td>Path to where the file will be copied in your directory.</td>
</tr>
</tbody>
diff --git a/feed.xml b/feed.xml
index 8532af940a..2a17c5f8b9 100644
--- a/feed.xml
+++ b/feed.xml
@@ -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, 29 May 2023 14:04:07 +0000</pubDate>
- <lastBuildDate>Mon, 29 May 2023 14:04:07 +0000</lastBuildDate>
+ <pubDate>Tue, 30 May 2023 07:19:05 +0000</pubDate>
+ <lastBuildDate>Tue, 30 May 2023 07:19:05 +0000</lastBuildDate>
<generator>Jekyll v4.3.2</generator>
<item>
diff --git a/static/css/main.css b/static/css/main.css
index 33ccd79d16..a03c694878 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -8420,6 +8420,40 @@ code {
width: 21px;
}
+.cdv-var-type {
+ display: inline-block;
+ font-size: 1.2rem;
+ padding: 5px;
+ border-radius: 5px;
+ height: 25px;
+ background-color: #bfbfbf;
+ color: #333333;
+}
+.cdv-var-type.number {
+ background-color: #3ce4c5;
+ color: #333333;
+}
+.cdv-var-type.string {
+ background-color: #3ccde4;
+ color: #333333;
+}
+.cdv-var-type.boolean {
+ background-color: #3c78e4;
+ color: #ffffff;
+}
+.cdv-var-type.object {
+ background-color: #3c51e4;
+ color: #ffffff;
+}
+.cdv-var-type.float {
+ background-color: #7c3ce4;
+ color: #ffffff;
+}
+.cdv-var-type.array {
+ background-color: #b33ce4;
+ color: #333333;
+}
+
/* @media (min-width: $screen-sm-min) { body { font-size:.5em; } } */
body {
height: 100%;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]