You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alert(), confirm(), and console.log() extremely slow and distorted on Ubuntu 20.04. In the image below the alert box is the long distorted white rectangle in the middle of the screen. I am using the todo.rs example default css so not sure if that effects it.
As for speed it takes several seconds for the box to show up.
I know the alert() and confirm() box features are not absolutely necessary to make an app, but it would nice to have everything working like a normal web browser, so I'm making an issue here.
As for console.log that slows down the app also by several seconds for whatever reason and spits a lot of weird output to my vscode console. Below is a brief snippet of that:
Update: tried to use a confirm() again. It is still very distorted (and the Yes/No buttons don't display text). Not slow right now, so perhaps that part was fixed?
rustc 1.53.0-nightly, web-view = "0.7.3"
alert(), confirm(), and console.log() extremely slow and distorted on Ubuntu 20.04. In the image below the alert box is the long distorted white rectangle in the middle of the screen. I am using the todo.rs example default css so not sure if that effects it.
As for speed it takes several seconds for the box to show up.
I know the alert() and confirm() box features are not absolutely necessary to make an app, but it would nice to have everything working like a normal web browser, so I'm making an issue here.
As for console.log that slows down the app also by several seconds for whatever reason and spits a lot of weird output to my vscode console. Below is a brief snippet of that:
The text was updated successfully, but these errors were encountered: