public class WebViewUtils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
enableJavaScript(android.webkit.WebView webView,
boolean enabled)
Enable java script.
|
static void |
enableWebViewDebugging(boolean enabled)
Enable web view debugging.
|
static void |
syncCookieWithSystemBrowser(android.content.Context context)
Sync cookie with system browser.
|
public static void enableJavaScript(android.webkit.WebView webView, boolean enabled)
webView
- the web viewenabled
- the enabledpublic static void enableWebViewDebugging(boolean enabled)
enabled
- the enabledpublic static void syncCookieWithSystemBrowser(android.content.Context context)
context
- the context