Boscop / web-view

Rust bindings for webview, a tiny cross-platform library to render web-based GUIs for desktop applications
MIT License
1.92k stars 175 forks source link

How to load url? #298

Open ghost opened 3 years ago

ghost commented 3 years ago

there is pywebview for python, there it is easy to load url in webview window. so, how to do so here? do i just use iframe in html, or is there any other solution?