-
Notifications
You must be signed in to change notification settings - Fork 14
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
Support "setFullScreen()" and "maximizeWindow()" #32
Comments
I wrote an "SetFullScreenUtil" that makes the app window full screen covering the screen. depandency
SetFullScreenUtil
use the utils.
the results show the.result.of.full.screen.show.mp4There are some problem.The transition animations of "webview_java" are not very smooth. I would prefer it to directly display the size I want, such as full screen or a small-sized window, instead of having a process of the window size changing. This might feel rather jarring. |
I wrote a "maximizeWindow()" that maximizes the app window, but for now I've only tested it on the window, and it works successfully depandency
WindowUtils
main.java
Look at the result Maximize.the.window.mp4 |
No description provided.
The text was updated successfully, but these errors were encountered: