You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created a simple page with FlipPanel that uses streams to display to countdown timer value:
I've also created another page which is a full screen dialog that covers the main page:
whenever I go back to the main page the FlipPanel doesn't repaints properly in accordance to the events that took place while it was in the background:
Only when a foreground event takes place the FlipPanel repaints properly:
Hello,
I've created a simple page with
FlipPanel
that uses streams to display to countdown timer value:I've also created another page which is a full screen dialog that covers the main page:
whenever I go back to the main page the
FlipPanel
doesn't repaints properly in accordance to the events that took place while it was in the background:Only when a foreground event takes place the
FlipPanel
repaints properly:The whole application code:
The text was updated successfully, but these errors were encountered: