webview-checker-plugin
Mobile icon

Webview Checker Plugin

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded
 on 12 January 2024
 by 
0.0
 (0 ratings)
webview-checker-plugin

Webview Checker Plugin

Documentation
1.0.0

API


isAndroidWebViewEnabled()

Returns a promise which will be resolved to true if the Android System Webview is enabled or false otherwise.

getAndroidWebViewPackageInfo()

Returns a promise which will be resolved to an object containing partial package info or rejected with a Package is not found error if the Android System Webview is not installed.

getCurrentWebViewPackageInfo()

Returns a promise which will be resolved to an object containing partial package info or rejected with a Cannot determine current WebView engine. error if an unexpected error happened.

openGooglePlayPage(packageName?: string)

A helper function to open the Google Play page of the currently active WebView engine or the specified package name.