Experimental
Protected
constructorExperimental
Readonly
Experimental
requestAllows the ability to set various web request policies.
Experimental
resolutionThe resolution of the WebView that was requested. Units are in pixels.
Note: This resolution is unrelated to the device resolution. Note: This does not change the scale or dimensions of the RenderMeshVisual that is used to draw the WebView.
Tip: For best results choose a resolution that best matches your expected aspect ratio and desired responsive size of web content. This can not be changed later without creating a new WebView instance.
Experimental
Returns the name of this object's type.
Experimental
Returns true if the object matches or derives from the passed in type.
Experimental
Returns true if this object is the same as other
. Useful for checking if two references point to the same thing.
WebViewOptions allow you to specify various aspects of the WebView that will be created. These are only used at creation time.
See
RemoteServiceModule#createWebViewOptions
Example