How to make the window adaptive to the content height in Tauri v2? #11816
Unanswered
RainyNight9
asked this question in
Q&A
Replies: 1 comment
-
you'll have to do this yourself by reading the website/element size and then call tauri's setSize methods. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How does Tauri v2 make the window adaptive to the content height?
I currently have an app, and the front-end page will change in height according to the amount of content. How can I make the window adaptive to the page height?
Beta Was this translation helpful? Give feedback.
All reactions