Uno.Samples icon indicating copy to clipboard operation
Uno.Samples copied to clipboard

A collection of code samples for the Uno Platform

Results 192 Uno.Samples issues
Sort by recently updated
recently updated
newest added

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: ![image](https://github.com/unoplatform/Uno.Samples/assets/90481654/8bce4841-58a3-4e96-af54-01968c6a7dbb) 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. ![image](https://github.com/unoplatform/Uno.Samples/assets/90481654/6f97ffbb-f079-4b63-bd7f-d285a9dfe6b1) 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: ![image](https://github.com/unoplatform/Uno.Samples/assets/90481654/79b416dc-754b-4548-87b7-681a783dfa3a) When exceptions are activated, you get this error message: ![image](https://github.com/unoplatform/Uno.Samples/assets/90481654/a508428a-c91a-4516-906b-560a4205fcd9), but I'm not sure it's related. The important one...