OP 06 March, 2023 - 11:24 PM
So there's this website which when the exams starts it puts you in fullscreen mode and the moment you try to exit it it automatically sends the exam over. I know you can simply bypass with alt + tab. But is there a way to "suspend" the javascript event listeners for fullscreen change event or something? For context the platform's frontend is written on react. I tried to remove all eventlisteners that are 'resize', 'fullscreenchange', 'keyup', 'keydown' (for esc button) still didn't work.
Any suggestions ?
Any suggestions ?