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

Add support for bringing window to front (activating window). #11

Closed
wilsonowilson opened this issue Jan 8, 2021 · 0 comments · Fixed by #22
Closed

Add support for bringing window to front (activating window). #11

wilsonowilson opened this issue Jan 8, 2021 · 0 comments · Fixed by #22

Comments

@wilsonowilson
Copy link

At the moment, there is no way to bring the application window to the front of the screen or activate the window using this plugin. To my knowledge (at least on macOS), calling setWindowSize asynchronously may cause the app to crash due to NSApplication.shared.mainWindow being nil when the window is out of focus.

I've already implemented this for macOS in a separate plugin, but it would be very fitting to add support for all the platforms here in one unified plugin.

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

Successfully merging a pull request may close this issue.

1 participant