-
-
Notifications
You must be signed in to change notification settings - Fork 829
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
Disable Window Resizing #794
Comments
First off, you should never modify the https://manual.os-js.org/tutorial/window/ will show you how to remove resizing by setting an option. |
Thank you. |
It is not working for iFrame applications. Resizable option is still enabled and I can resize the windows. Here is the code. Please tell me what I am doing wrong? I want to lock the chess game from being resized. File location: src/Package/AboutMaya/index.js I rebuit everything. Still no go.
|
That should be:
|
That totally worked. Your support is fantastic. Thank you. 🙏 |
iframe applications - For some applications I want to lock the window from resizing. How do I do that? Example: I have a clock application and I want to restrict the resizing. Lock the height/width.
What should I add to package/clock/dist/main.js file?
The text was updated successfully, but these errors were encountered: