Hi! When we run our experiment online it is not in full screen (it is centered on the screen, but we can see the screen (two white stripes) on the left and on the right side). How can we show our experiment in full screen?
You can try enabling the "Make browser full screen" in the OSWeb settings and this should work if your browser supports this function. Note however that some objects (like forms) then become unresponsive (due to a security feature of browsers). In that case, you can use code to enable the full screen mode in the early stages of the task. You can find relevant information in this previous thread (somewhere down the middle):
Comments
Hi!
To get the browser into fullscreen mode you'd usually use Element.requestFullscreen(). Did you try this already?
Best,
Kristian
I've moved your question to the OSWeb forum - they can help
Hi @goran123,
You can try enabling the "Make browser full screen" in the OSWeb settings and this should work if your browser supports this function. Note however that some objects (like forms) then become unresponsive (due to a security feature of browsers). In that case, you can use code to enable the full screen mode in the early stages of the task. You can find relevant information in this previous thread (somewhere down the middle):
Hope this helps,
Fabrice.