unoplatform / uno

Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.
https://platform.uno
Apache License 2.0
8.77k stars 706 forks source link

Splash Screen for GTK #13338

Open brswan opened 1 year ago

brswan commented 1 year ago

On which page?

https://platform.uno/docs/articles/external/uno.wasm.bootstrap/doc/features-splash-screen.html

What's wrong?

There is no documentation on how to create a splash screen for the GTK platform.

Any feedback?

Can you please provide documentation on how to create a splash screen for the GTK platform?

jeromelaban commented 1 year ago

There's no support for splash screen for Gtk and WPF at this time. The documentation here details the other platforms.

nickrandolph commented 1 year ago

@lukeblevins can we add this to the documentation list - the ExtendedSplashScreen in the toolkit does support GTK, so we should provide documentation on how to use this

MartinZikmund commented 10 months ago

This will likely be required in the future for Skia targets in general, so it should be looked into.

Especially on GTK it would now help avoid the brief flashing of black while hardware acceleration support is evaluated

agneszitte commented 9 months ago

@MartinZikmund this issue is related to the documentation specifically. Do you have a related issue for the Skia support for the future ? Until it is properly supported we should still document details about it + what @nickrandolph shared aboved. @lukeblevins can you help with this issue, please? (Also there is another doc issue opened for extendedsplashscreen doc here: https://github.com/unoplatform/uno.toolkit.ui/issues/574)