Mica Background in Tauri JS #4747
-
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 9 replies
-
Go to inspect and check if there is any css background property on your html, body, or any main div tag. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Looks like minimizing, unminimizing, then maximizing and unmaximizing solved the problem. main_window.minimize().unwrap();
main_window.unminimize().unwrap();
main_window.maximize().unwrap();
main_window.unmaximize().unwrap(); |
Beta Was this translation helpful? Give feedback.
-
Sorry, but is there any solution, not a workaround? |
Beta Was this translation helpful? Give feedback.
-
Is there a solution? I'm having this issue in tauri-apps/tao window.set_visible(false);
window.set_visible(true); will render the window completely white |
Beta Was this translation helpful? Give feedback.
Looks like minimizing, unminimizing, then maximizing and unmaximizing solved the problem.
Result: