Skip Navigation

Default webview for
BlackBerry Dynamics
apps on
Android

When you install the Base plug-in, BBWebView becomes the default webview for
BlackBerry Dynamics
Cordova
apps for
Android
. When an app uses BBWebView, XMLHttpRequest, fetch ajax requests, and HTML form submissions are intercepted and routed through the secure
BlackBerry Dynamics
infrastructure.
Local files should be loaded using web-like URLs rather than
file://
. For more information, see WebViewAssetLoader.
If you want to revert to the default
Cordova
webview, remove the following settings from the root config.xml file and rebuild the project:
<preference name="webview" value="com.good.gd.cordova.core.webview.engine.BBDWebViewEngine" />
<content src="https://appassets.androidplatform.net/assets/www/*.html" />
For an
Ionic
app, you must also remove the following:
<preference name="GDWebView-for" value="ionic" />