property
WebView.ConstructorOptions.url
url?: string
Initial URL to navigate to. The navigation starts before the constructor returns; await view.navigate(otherUrl) or any other operation waits for it to complete first.
Equivalent to calling view.navigate(url) immediately after construction.