How to show react bootstrap modal when the webgl canvas is in fullscreen mode #227
Answered
by
jeffreylanters
liew312
asked this question in
Help Wanted!
-
Hi, the modal is not showing up when the webgl canvas is in fullscreen mode. What can I do so that the modal will be shown? Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
jeffreylanters
Aug 20, 2021
Replies: 1 comment 1 reply
-
Hi. I don't think this is possible at all, when entering full-screen mode, WebGL runs in a full screen window and nothing can get on top of it. This has nothing to do with this module but is a limitation from the browser. If any kind of pop-up should overlay the game, it should be part of it rather than the page where it's being rendered onto. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jeffreylanters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi. I don't think this is possible at all, when entering full-screen mode, WebGL runs in a full screen window and nothing can get on top of it. This has nothing to do with this module but is a limitation from the browser. If any kind of pop-up should overlay the game, it should be part of it rather than the page where it's being rendered onto.