Uno.Samples
Uno.Samples copied to clipboard
A collection of code samples for the Uno Platform
Fixes #654 The reference for pointerpoint should be the ZoomContentControl itself, not the presenter. Otherwise, when pointer is not over presenter, will cause strange / not necessary offset changes.
When the pointer is out of the "presenter", offsets are alternating, throwing content out of visibility.
You get stuck on this image:  In the output you get these errors: ``` fail: Microsoft.UI.Xaml.Controls.CommandBarFlyout[0] The member CommandBarFlyout.CommandBarFlyout() is not implemented. For more information, visit https://aka.platform.uno/notimplemented?m=Microsoft.UI.Xaml.Controls.CommandBarFlyout.CommandBarFlyout.CommandBarFlyout%28%29 fail: Microsoft.UI.Xaml.Controls.TextCommandBarFlyout[0]...
You get to this image, and then it stays frozen.  It might be related to these errors in the output: ``` fail: Microsoft.UI.Xaml.BrushTransition[0] The member BrushTransition.BrushTransition() is not implemented....
When trying to login, you get stuck at this animation:  When exceptions are activated, you get this error message: , but I'm not sure it's related. The important one...