Open patarapolw opened 3 years ago
I also got this issue months ago. It turns out microsoft's webview2 have some certain ordering regarding https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.webview.navigationstarting?view=winrt-19041#remarks Contents including js eval should be done before navigation complete.
What OS are you using (
uname -a
, or Windows version)?Linux polv-xu15 5.4.0-62-generic #70-Ubuntu SMP Tue Jan 12 12:45:47 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Xubuntu / Xfce
What programming language are you using (C/C++/Go/Rust)?
gcc --version
: gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0go version
: go version go1.15.6 linux/amd64What did you expect to see and what you saw instead?
The UI partially loads, except for the part that requires
window.speechSynthesis
orwindow.Audio
.Also, in the terminal.
Confusingly,
Right click > Reload
fixes the problem.So, I tried this temporary fix.