-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
C-BugSomething isn't workingSomething isn't working
Description
bevy_webview version
The commit hash of the version you're using.
Bevy version
The release number of the version you're using.
0.9.0
Operating system & version
Ubuntu 20.04.1
What you did
The steps you took to uncover this bug. Please list full reproduction steps if
feasible.
- running
RUST_LOG="bevy_webview=debug,warn,info,error" cargo run --example react_ui - the Webview are visible
- close the window
- running
RUST_LOG="bevy_webview=debug,warn,info,error" cargo run --example react_ui - the Webview are invisible
- Ctrl+C on terminal to stop the runtime
- running 4. running
RUST_LOG="bevy_webview=debug,warn,info,error" cargo run --example react_ui - the Webview are visible again
What you expected to happen
when closing the window and re-running the example the visibility should be consistent as the program was closed by Ctrl+C on the terminal
Additional information
A video illustrating the misbehavior:
Peek.2023-02-25.23-30.mp4
Discovered during:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-BugSomething isn't workingSomething isn't working