bevy_webview icon indicating copy to clipboard operation
bevy_webview copied to clipboard

Reloading an uri (through changing `.uri` or an event) causes a crash

Open blaind opened this issue 4 years ago • 0 comments

Loading a new URI is not implemented and causes a crash. Way to reproduce:

  1. webview.uri = Some("http://localhost/".into());
  2. Sending a WebviewCommand::LoadUri

blaind avatar Feb 09 '22 15:02 blaind