ExperimentalReadonly ExperimentalrequestAllows the ability to set various web request policies.
ExperimentalresolutionThe 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.
ExperimentalReturns the name of this object's type.
ExperimentalReturns true if the object matches or derives from the passed in type.
ExperimentalReturns 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
Example