c# - UWP - Remove Built In Startup -
everytime launch uwp on windows 10, blue square appears white "x" through it. know can change image in assets folder change it, there way keep appearing altogether?
no, cannot. originated ios apps cocoa touch framework displays splash-screen image, or screenshot of application's last state, while initializes application - it's done make application "feel" faster.
when "modern apps" introduced in windows 8 microsoft copied design, though because application windows don't have fixed size (compared ios) isn't possible display screenshot many applications default showing app icon instead - continues default in uwp applications successor "modern apps" in windows 10.
as uwp sandboxed platform prescriptive development practices there no way around requirement or "feature" - i.e. cannot hide application until it's ready can win32 applications (where you're free want between main , createwindow).
however if design application correctly amount of time window shows splash-screen image or icon/logo can minimized - take @ microsoft edge, example, initializes (even cold-boot) in under second on machine - chrome takes longer!
Comments
Post a Comment