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.
Starts the same navigation view.navigate(url) would, but its promise stays internal: a failure never surfaces as a rejection. Set WebView.onNavigationFailed to observe it.