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
If the web-viewer panics, we should show that as a nice message to our users (in a div). We have code for that in our index.html, but it doesn't work if the crash happens during startup (creating of WebHandle) as in #2032.
This is because the "Have we paniced?" check is installed in on_app_started.
This requires some improvements to eframe (on it)
The text was updated successfully, but these errors were encountered:
If the web-viewer panics, we should show that as a nice message to our users (in a
div
). We have code for that in ourindex.html
, but it doesn't work if the crash happens during startup (creating ofWebHandle
) as in #2032.This is because the "Have we paniced?" check is installed in
on_app_started
.This requires some improvements to
eframe
(on it)The text was updated successfully, but these errors were encountered: