From 726d9edac0042fa3d995da202e0318a696b5aeba Mon Sep 17 00:00:00 2001 From: Justin Laughlin Date: Thu, 22 Aug 2024 17:24:45 -0700 Subject: [PATCH] remove recommendation to noop JSEvents_requestFullscreen since it seems to be working now? --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 5f1e136..cbd2ff2 100644 --- a/README.md +++ b/README.md @@ -130,14 +130,6 @@ More info [here](https://docs.npmjs.com/updating-your-published-package-version- - Opening new examples results in memory growth -- Fullscreen events captured by the Emscripten Module are difficult to control - - - `_JSEvents_requestFullscreen` in _glvis.js_ takes over the whole screen - - For now we patch this to be a noop - - Setting a noop with `emscripten_set_fullscreenchange_callback` doesn't seem to do it - - `_emscripten_set_canvas_element_size` and `__set_canvas_element_size` print - errors and duplicate some existing behavior - - Lots of console warnings