-
- All Implemented Interfaces:
public interface WebViewSettingsThe WebView settings.
-
-
Method Summary
Modifier and Type Method Description abstract voidforceCustomWebView(boolean useXWalk)Sets whether a custom web is forced. abstract booleanisCustomWebViewForced()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.
-
-
-
-