Prevent Firefox from closing - kiosk application
Hello!
I would like to develop an application that runs continuously, say, at a panel found in a kiosk. I am considering designing it as a webpage that runs locally through the browser but I would like to prevent the users from interacting with the OS or closing the tab and the browser. Is there a way to lock Firefox in full screen and hide the exit buttons? Alternatively, do you have another recommendation for development that is more appropriate, for instance a native app?
Thank you in advance for your help.
선택된 해결법
Please read Firefox for Enterprise Kiosk mode.
문맥에 따라 이 답변을 읽어주세요 👍 1모든 댓글 (3)
선택된 해결법
Please read Firefox for Enterprise Kiosk mode.
You may want to use a script that relaunches it if it closes for whatever reason.
Thanks a lot for your quick answers