[WASM] Splash screen trouble after most recent updates #12237
-
It always was the case that there was a funny splash screen flickering - where actually the splash screen was shown twice - on WASM. Unfortunately most recent updates (please see screenshot below) broke that: now the 1st splash logo is way larger than the second - which magnifies the underlying problem. What could I do a make sure there only would be 1 splash logo displayed - or if still not possible - how could I revert to the prior behaviour where the logos of both splash images had the same scaling? @MartinZikmund I recall I read something related recently where you fixed some splash screen logic which sounded similar to my |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
@DierkDroth Can you please add the screenshot? What version of bootstrapper are you using? And what version of Uno? |
Beta Was this translation helpful? Give feedback.
Hi, sorry about the delay! To achieve the same CSS styling, I would suggest replicating the following style:
https://github.com/unoplatform/Uno.Wasm.Bootstrap/blob/f335ab6c9c31be2d3db727c09607aaf84b8023b1/src/Uno.Wasm.Bootstrap/WasmCSS/uno-bootstrap.css#LL20C1-L31C6
In the CSS file within the Uno Platform WASM project, but targeting
.uno-splash
. Maybe you will need to reset some of the properties set by this style:https://github.com/unoplatform/uno/blob/89e5df15c35cd34bd454e8b4256cc07c745a9867/src/Uno.UI/WasmCSS/Uno.UI.css#LL240C1-L252C2
Sorry this is such hassle currently, in the future this will be much simpler (especially if you update to the latest 8.x bootstrapper and latest Uno ver…