Platforms to show: All Mac Windows Linux Cross-Platform
WKPreferencesMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | WebKit2 | MBS Mac64bit Plugin | 20.1 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
The preferences object associated with a web view is specified by its web view configuration.
Available on MacOS 10.10 or newer.
- 23 properties
- property crossOriginResourcePolicyEnabled as Boolean
- property defaultFontSize as Integer
- property developerExtrasEnabled as Boolean
- property ElementFullscreenEnabled as Boolean
- property FraudulentWebsiteWarningEnabled as Boolean
- property fullScreenEnabled as Boolean
- property Handle as Integer
- property javaEnabled as Boolean
- property javaScriptCanOpenWindowsAutomatically as Boolean
- property javaScriptEnabled as Boolean
- property loadsImagesAutomatically as Boolean
- property logsPageMessagesToSystemConsoleEnabled as Boolean
- property mediaDevicesEnabled as Boolean
- property mediaStreamEnabled as Boolean
- property minimumFontSize as Double
- property plugInsEnabled as Boolean
- property shouldPrintBackgrounds as Boolean
- property siteSpecificQuirksModeEnabled as Boolean
- property standardFontFamily as String
- property tabFocusesLinks as Boolean
- property telephoneNumberDetectionIsEnabled as Boolean
- property TextInteractionEnabled as Boolean
- property webSecurityEnabled as Boolean
- method Constructor(WKWebView as WKWebViewMBS)
This class has no sub classes.
Some properties using for this class:
- WKWebViewConfigurationMBS.Preferences as WKPreferencesMBS
- WKWebViewMBS.Preferences as WKPreferencesMBS
Some examples using this class:
Blog Entries
- News from the MBS Xojo Plugins Version 23.3
- MonkeyBread Software Releases the MBS Xojo Plugins in version 23.3
- MBS Xojo Plugins, version 23.3pr6
- MBS Xojo Plugins, version 21.5pr4
- News from the MBS Xojo Plugins Version 21.4
- MonkeyBread Software Releases the MBS Xojo Plugins in version 21.4
- News from the MBS Xojo Plugins Version 20.4
- MonkeyBread Software Releases the MBS Xojo Plugins in version 20.4
- News from the MBS Xojo Plugins Version 20.1
- MonkeyBread Software Releases the MBS Xojo Plugins in version 20.1
Xojo Developer Magazine
Release notes
- Version 23.3
- Added ElementFullscreenEnabled and siteSpecificQuirksModeEnabled properties to WKPreferencesMBS class.
- Version 21.5
- Added TextInteractionEnabled property for WKPreferencesMBS class.
- Version 21.4
- Added more properties for WKPreferencesMBS class.
- Version 20.4
- Added defaultFontSize, developerExtrasEnabled, loadsImagesAutomatically, shouldPrintBackgrounds, standardFontFamily to WKPreferencesMBS class.
- Version 20.1
- Added WKPreferencesMBS, WKWebViewConfigurationMBS and WKHTTPCookieStoreMBS classes.
The items on this page are in the following plugins: MBS Mac64bit Plugin.
WKPolicyForNavigationResponseDecisionHandlerMBS - WKUserScriptMBS