A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
SCROLLBAR_DARK — Constant Static Property, class com.distriqt.extension.nativewebview.WebViewOptions
Dark scrollbar style appropriate for light content
SCROLLBAR_DEFAULT — Constant Static Property, class com.distriqt.extension.nativewebview.WebViewOptions
Default style scrollbar, appropriate for most content
SCROLLBAR_LIGHT — Constant Static Property, class com.distriqt.extension.nativewebview.WebViewOptions
Light scrollbar style appropriate for dark content
scrollBarStyle — Property, class com.distriqt.extension.nativewebview.WebViewOptions
Set the scroll bar style, either default, light or dark.
scrollBy(x:Number, y:Number, animated:Boolean) — method, interface com.distriqt.extension.nativewebview.WebView
Moves the displayed view by the specified amount
scrollTo(x:Number, y:Number, animated:Boolean) — method, interface com.distriqt.extension.nativewebview.WebView
Moves the displayed view to the specified position
secondaryColour — Property, class com.distriqt.extension.nativewebview.browser.BrowserViewOptions
A secondary colour, used in various places.
service — Static Property, class com.distriqt.extension.nativewebview.NativeWebView
The singleton instance of the NativeWebView class.
setCachePath(path:String) — method, class com.distriqt.extension.nativewebview.platform.WindowsOptions
The location where cache data will be stored on disk.
setFocus(focused:Boolean) — method, interface com.distriqt.extension.nativewebview.WebView
Android only
setLinkTargetActionForUrl(action:String, urlFilter:String) — method, class com.distriqt.extension.nativewebview.WebViewOptions
Defines the action to use when handling target="_blank" links overriding the generic linkTargetAction action for the specified URL.
setMediaCapturePermissionGrantType(type:String) — method, class com.distriqt.extension.nativewebview.WebViewOptions
setPersistSessionCookies(persistSessionCookies:Boolean) — method, class com.distriqt.extension.nativewebview.platform.WindowsOptions
To persist session cookies (cookies without an expiry date or validity interval) by default when using the global cookie manager set this value to true.
setRemoteDebuggingPort(remoteDebuggingPort:int) — method, class com.distriqt.extension.nativewebview.platform.WindowsOptions
Set to a value between 1024 and 65535 to enable remote debugging on the specified port.
setUserAgent(userAgent:String) — method, class com.distriqt.extension.nativewebview.NativeWebViewOptions
Set the default user agent
setWindowsOptions(windows:com.distriqt.extension.nativewebview.platform:WindowsOptions) — method, class com.distriqt.extension.nativewebview.NativeWebViewOptions
Set the windows specific platform options
SLIDE_BOTTOM — Constant Static Property, class com.distriqt.extension.nativewebview.browser.BrowserViewOptions
The view will slide up from the bottom of the screen
SLIDE_LEFT — Constant Static Property, class com.distriqt.extension.nativewebview.browser.BrowserViewOptions
The view will slide in from the left side of the screen
SLIDE_RIGHT — Constant Static Property, class com.distriqt.extension.nativewebview.browser.BrowserViewOptions
The view will slide in from the right side of the screen
SLIDE_TOP — Constant Static Property, class com.distriqt.extension.nativewebview.browser.BrowserViewOptions
The view will slide down from the top of the screen
statusCode — Property, interface com.distriqt.extension.nativewebview.WebView
The HTML status code of the loaded page
stop() — method, interface com.distriqt.extension.nativewebview.WebView
Halts the current load operation.
SYSTEM_BROWSER — Constant Static Property, class com.distriqt.extension.nativewebview.LinkTargetAction
New windows / popups from blank targets will open in the system browser
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z