-
- All Implemented Interfaces:
public interface WebViewSettings
The WebView settings.
-
-
Method Summary
Modifier and Type Method Description abstract void
forceCustomWebView(boolean useXWalk)
Sets whether a custom web is forced. abstract boolean
isCustomWebViewForced()
Returns whether a custom webview is forced. -
-
Method Detail
-
forceCustomWebView
abstract void forceCustomWebView(boolean useXWalk)
Sets whether a custom web is forced.
- Parameters:
useXWalk
- Whether CrossWalk is enabled.
-
isCustomWebViewForced
abstract boolean isCustomWebViewForced()
Returns whether a custom webview is forced.
- CrossWalk should be included in the build for this to be enabled.
-
-
-
-