-
-
Notifications
You must be signed in to change notification settings - Fork 450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevent closing screen #296
Comments
I bet it's some weird electron thing. |
For me |
I don't think I am doing anything special. Does it work differently for you? What I do is here: https://github.com/hovancik/stretchly/blob/master/app/main.js#L286 maybe some option causes it. |
How come you aren't using kioskmode? |
I wanted to use it for fullscreen, but I had some issue with it, not working correctly with some option I needed or Operating System, don't remember But I might start using it, see #256 |
I'm using kiosk mode now for fullscreen |
I was wondering how you managed to prevent the user from pressing
Cmd-W
to close the screen without using Kiosk mode?The text was updated successfully, but these errors were encountered: