File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 under the License.
2020*/
2121; ( function ( ) {
22- var PLATFORM_VERSION_BUILD_LABEL = '13 .0.0 ' ;
22+ var PLATFORM_VERSION_BUILD_LABEL = '14 .0.1 ' ;
2323// file: src/scripts/require.js
2424var require ;
2525var define ;
@@ -1531,14 +1531,14 @@ module.exports = {
15311531 } ,
15321532
15331533 /**
1534- * Load the url into the webview or into new browser instance.
1534+ * Load the url into the WebView or into new browser instance.
15351535 *
15361536 * @param url The URL to load
15371537 * @param props Properties that can be passed in to the activity:
15381538 * wait: int => wait msec before loading URL
15391539 * loadingDialog: "Title,Message" => display a native loading dialog
15401540 * loadUrlTimeoutValue: int => time in msec to wait before triggering a timeout error
1541- * clearHistory: boolean => clear webview history (default=false)
1541+ * clearHistory: boolean => clear WebView history (default=false)
15421542 * openExternal: boolean => open in a new browser (default=false)
15431543 *
15441544 * Example:
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ plugins {
1313
1414dependencies {
1515 api(project(" :libs:MobileSync" ))
16- api(" org.apache.cordova:framework:13 .0.0 " )
16+ api(" org.apache.cordova:framework:14 .0.1 " )
1717 api(" androidx.appcompat:appcompat:1.7.1" )
1818 api(" androidx.appcompat:appcompat-resources:1.7.1" )
1919 api(" androidx.webkit:webkit:1.14.0" )
You can’t perform that action at this time.
0 commit comments