| WKAudiovisualMediaTypes |
[@enum] WKAudiovisualMediaTypes
The types of audiovisual media which will require a user gesture to begin playing.
|
| WKContentMode |
[@enum] WKContentMode
A content mode represents the type of content to load, as well as
additional layout and rendering adaptations that are applied as a result of
loading the content
[@constant] WKContentModeRecommended The recommended content mode for the current platform
[@constant] WKContentModeMobile Represents content targeting mobile browsers
[@constant] WKContentModeDesktop Represents content targeting desktop browsers
WKContentModeRecommended behaves like WKContentModeMobile on iPhone and iPad mini
and WKContentModeDesktop on other iPad models as well as Mac.
|
| WKDataDetectorTypes |
[@enum] WKDataDetectorTypes
The type of data detected.
|
| WKErrorCode |
[@enum] WKErrorCode
Constants used by NSError to indicate errors in the WebKit domain.
|
| WKNavigationActionPolicy |
[@enum] WKNavigationActionPolicy
The policy to pass back to the decision handler from the
webView:decidePolicyForNavigationAction:decisionHandler: method.
|
| WKNavigationResponsePolicy |
[@enum] WKNavigationResponsePolicy
The policy to pass back to the decision handler from the webView:decidePolicyForNavigationResponse:decisionHandler: method.
|
| WKNavigationType |
[@enum] WKNavigationType
The type of action triggering a navigation.
|
| WKSelectionGranularity |
[@enum] WKSelectionGranularity
The granularity with which a selection can be created and modified interactively.
|
| WKUserScriptInjectionTime |
[@enum] WKUserScriptInjectionTime
when a user script should be injected into a webpage.
|