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

Examples not working correctly on Ubuntu 20.04. No interactivity. #296

Closed randall-coding closed 3 years ago

randall-coding commented 3 years ago

I figured out how to run the examples cargo run --example=<example> --package=webview-examples but now I'm finding the app will open a window and may have a button or two, but clicking the buttons does nothing. No error messages are showing up in the logs.

color_change Screenshot from 2021-07-12 21-44-27

todo example is just a purple screen Screenshot from 2021-07-12 21-45-22

randall-coding commented 3 years ago

Duplicate of https://github.com/Boscop/web-view/issues/289

Closing.