I'm developing a little web applications and I need the user to be in fullscreen to use some features. I'd like to be sure (in the backend) that the client does enable fullscreen. As everybody know we cannot trust what happens in the browser; is there any other way I can be sure the user enables the fullscreen mode?
UDPATE The feature is the following: I wanna provide an online test feature and I wanna be sure that every user taking the test uses the app in fullscreen to add some layer of security against cheating.