Skip to main content

web_view

Function web_view 

Source
pub fn web_view(url: impl Into<String>) -> Widget
Expand description

A native web view showing the page / embedded player at url (WKWebView / Android WebView / <iframe>). General-purpose: docs, dashboards, or a hosted player embed (e.g. a Bunny.net / YouTube embed URL). NOT the default video player — use video_player for that. Give it room (a sized container or a card).