pub fn web_view(url: Signal<String>) -> WebView
web_view(url) — a native web view showing url. The initial value loads on creation; call .go(trigger) and fire the trigger to (re)load whatever url currently holds.
web_view(url)
url
.go(trigger)