Question:
How to fix Chrome full screen issue in Observer 9.2
Answer:
In newer versions of Google Chrome, the full screen button may be not responsive. In order to fix this issue, you will need access to the Central Server. This will also fix issues with split screen and Picture-In-Picture (PIP).
- Log into the Central Server.
- Browse to the following folder: C:\Program Files\Volicon\observer\htdocs\bundles
- Open desktop.app.js in a text editor
- Find this line of code.
elem[request](keyboardAllowed && Element.ALLOW_KEYBOARD_INPUT); - Replace the line of code with this one.
elem[request](keyboardAllowed ? Element.ALLOW_KEYBOARD_INPUT : {}); - Save the file and close it.
- Make sure the user clears the browser cache/history after you have made this change.
Keywords:
Volicon Observer Google Chrome Full Screen Split Picture-In-Picture PIP