-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App is crashing when deactivating the fullscreen-mode #5
Comments
Hmm, that's a pain! As a workaround, you can have the inspector open and resize the viewport, then it won't go completely full screen. That error is actually due to the preview video looping. Not sure why it was happening and I never got round to cleaning that up! |
@TimPietrusky do let me know if you come up with an elegant solution to this issue for low powered machines (with large screens) |
@funwithtriangles when using Chrome there are two more things that can be done in order to get rid of this:
Then it was also working for me on a computer without a good GPU. Maybe you want to add this to the docs? Also why do you force the user to use a full-screen application? |
It's a shame this can't be achieved without Chrome flags :/ I'm forcing full-screen mainly out of the assumption most people would want it and can always escape to go back. I think this is still the best approach for mobile (where you can't have different sized windows anyway) but perhaps it can be an option for desktop. It's a trade off though between more UI / more choice. |
I want to use a small browser-window as my computer is not very good in terms of GPU. When I reduce the size of my browser, the app still enforces a full-screen layout. Once the full-screen is deactivated, the app is crashing:
In the dev console I see this error:
The text was updated successfully, but these errors were encountered: