url
Remote URL or local file path to open.
URL such as
https://github.com/tauri-appsis opened directly on a Tauri webview.data: URL such as
data:text/html,<html>...is only supported with thewebview-data-urlCargo feature for thetauridependency.local file path or route such as
/path/to/page.htmlor/usersis appended to the application URL (the devServer URL on development, ortauri://localhost/andhttps://tauri.localhost/on production).