Mika
Mika
- [x] I have checked the latest `main` branch to see if this has already been fixed - [x] I have searched existing issues and pull requests for duplicates **URL...
Currently, having a .html as a local asset with a reference e.g. to local .png/.jpg does not work.
For discussion: should the library forward mouse- and keyboard-based forward/backward events to the webview? By default, or through a setting?
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.
Provide a support for Windows through [webview2](https://developer.microsoft.com/en-us/microsoft-edge/webview2/)
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
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`
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...
Tracking issue for 3D canvas interaction. Please upvote, and preferably describe functional needs as well.