public class WKPreferences extends NSObject
| Constructor and Description | 
|---|
WKPreferences()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isFraudulentWebsiteWarningEnabled()  | 
boolean | 
javaScriptCanOpenWindowsAutomatically()  | 
double | 
minimumFontSize()  | 
void | 
setFraudulentWebsiteWarningEnabled(boolean fraudulentWebsiteWarningEnabled)  | 
void | 
setJavaScriptCanOpenWindowsAutomatically(boolean javaScriptCanOpenWindowsAutomatically)  | 
void | 
setMinimumFontSize(double minimumFontSize)  | 
void | 
setTabFocusesLinks(boolean tabFocusesLinks)  | 
boolean | 
tabFocusesLinks()  | 
addObserver, observeValueForKeyPath, performSelector, performSelectorOnMainThread, release, removeObserver, removeObserver, retain, setValueForKey, setValueForUndefinedKey, valueForKey, valueForUndefinedKeypublic double minimumFontSize()
public void setMinimumFontSize(double minimumFontSize)
public boolean tabFocusesLinks()
public void setTabFocusesLinks(boolean tabFocusesLinks)
public boolean javaScriptCanOpenWindowsAutomatically()
public void setJavaScriptCanOpenWindowsAutomatically(boolean javaScriptCanOpenWindowsAutomatically)
public boolean isFraudulentWebsiteWarningEnabled()
public void setFraudulentWebsiteWarningEnabled(boolean fraudulentWebsiteWarningEnabled)
Copyright © 2020. All rights reserved.