You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you so much for Appify-UI! I am much enjoying playing with it, and starting to design some great apps built on it. However, I have an issue. The main UI window opens in a sort of "non-standard" position and size, like on the bottom-left corner of my screen, and at a size I do not want. I know I can use JavaScript to resize and reposition the window, but that is very "jerky", as the window appears to "jump" to the new location after it has already opened. This isn't a great user experience.
My question is, can you simply launch the app with the window initially hidden, and then show it once the DOM finishes loading? That would solve all my problems I think.
Or, is there any way for me to configure the initial position and size of the window, possibly with command-line arguments or Info.plist changes?
Thanks again for a great framework!
Joe
The text was updated successfully, but these errors were encountered:
Hey Thomas,
Thank you so much for Appify-UI! I am much enjoying playing with it, and starting to design some great apps built on it. However, I have an issue. The main UI window opens in a sort of "non-standard" position and size, like on the bottom-left corner of my screen, and at a size I do not want. I know I can use JavaScript to resize and reposition the window, but that is very "jerky", as the window appears to "jump" to the new location after it has already opened. This isn't a great user experience.
My question is, can you simply launch the app with the window initially hidden, and then show it once the DOM finishes loading? That would solve all my problems I think.
Or, is there any way for me to configure the initial position and size of the window, possibly with command-line arguments or Info.plist changes?
Thanks again for a great framework!
The text was updated successfully, but these errors were encountered: