[UWP] Color Blink Issue at the time of UWP App Resize

Md. Niaz Mahmud 171 Reputation points
2021-10-26T07:15:05.167+00:00

Hello, I am developing an UWP app. when I am trying to resize the app using some action, for example, by a button click, then an unwanted color blink is occured. How can I remove this??? I have attached an video from a sample app for clarification.

Video Link:

BQQoTPVrW1vfgtam9

Universal Windows Platform (UWP)
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Nico Zhu (Shanghai Wicresoft Co,.Ltd.) 12,856 Reputation points
    2021-10-27T03:17:33.327+00:00

    Hello,
    Welcome to Microsoft Q&A!

    Color Blink Issue at the time of UWP App Resize

    We can repro this behavior, and color blink part is a layer(splash screen) of current window, it is rendered before current window's content, so it looks blink when you resize app window. Currently there is no api could set this layer run time.

    I saw you used dark theme, for this scenario, you could set splash background as black steps appxmanifest->visual assets->splash screen background-> black.

    Update

    It‘s know issue, please pay attention to the following update.

    Thank you.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments