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  
addCommandLineArg(name:String, value:String) — method, class com.distriqt.extension.nativewebview.platform.WindowsOptions
Add a command line argument for configuring the underlying browser process For example, to disable the underlying mDNS: options.addCommandLineArg( "disable-features", "WebRtcHideLocalIpsWithMdns" );
allowInlineMediaPlayback — Property, class com.distriqt.extension.nativewebview.WebViewOptions
A Boolean value that determines whether HTML5 videos play inline or use the native full-screen controller.
allowScrolling — Property, class com.distriqt.extension.nativewebview.WebViewOptions
If false the user will not be able to scroll the web view, either horizontally or vertically.
allowZooming — Property, class com.distriqt.extension.nativewebview.WebViewOptions
Enables/disables pinch to zoom on the content.
animationIn — Property, class com.distriqt.extension.nativewebview.browser.BrowserViewOptions
Animation when the browser view is presented to the user.
animationOut — Property, class com.distriqt.extension.nativewebview.browser.BrowserViewOptions
Animation when the browser view is closed by the user.
attemptResolveAvailability() — method, class com.distriqt.extension.nativewebview.NativeWebView
Attempts to resolve the availability issue by redirecting the user to the appropriate setting
autoScale — Property, class com.distriqt.extension.nativewebview.WebViewOptions
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