bevy_webview icon indicating copy to clipboard operation
bevy_webview copied to clipboard

Rapidly iterate and build Bevy UI's with existing web-based technologies

Results 14 bevy_webview issues
Sort by recently updated
recently updated
newest added

Currently, having a .html as a local asset with a reference e.g. to local .png/.jpg does not work.

C-Bug
C-Enhancement

For discussion: should the library forward mouse- and keyboard-based forward/backward events to the webview? By default, or through a setting?

C-Enhancement

Development idea: provide a way to live reload html files under development. If not possible, then alternative way for user to trigger the reload through F5-type interaction.

C-Enhancement

Provide a support for Windows through [webview2](https://developer.microsoft.com/en-us/microsoft-edge/webview2/)

O-Windows
C-Enhancement

Currently missing a MacOS engine.

O-MacOS
C-Enhancement

Webview cursor state should be propagated into Bevy world. E.g. when pointing over a button, the cursor style should be a pointer. Cursor states: https://www.w3schools.com/jsref/prop_style_cursor.asp

C-Enhancement

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`

C-Bug
C-Enhancement

Currently, transparency doesn't work before the URI has been loaded. Cause: `PbrBundle` will contain a blended material at startup. However, the default color is RGB(A?) 1,1,1,1. Since colors are multiplied...

C-Bug

Tracking issue for 3D canvas interaction. Please upvote, and preferably describe functional needs as well.

C-Enhancement

Tracking issue for webview internal event emitting implementation. Available events: * webkitgtk2: * Load Events: https://webkitgtk.org/reference/webkit2gtk/stable/WebKitWebView.html#WebKitLoadEvent * webview2: https://docs.microsoft.com/en-us/microsoft-edge/webview2/reference/win32/icorewebview2?view=webview2-1.0.1072.54#summary

C-Enhancement