Skip to content
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

Feature Request: add an options to forbid window resize #136

Open
axetroy opened this issue Feb 9, 2019 · 2 comments
Open

Feature Request: add an options to forbid window resize #136

axetroy opened this issue Feb 9, 2019 · 2 comments

Comments

@axetroy
Copy link

axetroy commented Feb 9, 2019

I am building an app that doesn't allow the user to change the window size.

should be an options like this:

interface Options {
  minWidth?: number;
  maxWidth?: number;
  minHeight?: number;
  maxHeight?: number;
}
@FranklinYu
Copy link

Is this a feature request?

@Yukaii
Copy link

Yukaii commented Mar 1, 2019

I also want this feature 👍

@axetroy axetroy changed the title forbid window resize Feature Request: add an options to forbid window resize Mar 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants