unoplatform / uno

Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
https://platform.uno
Apache License 2.0
8.93k stars 725 forks source link

`TransformToVisual` not providing same result in iOS, Android and WASM #11774

Open Robert-Louis opened 1 year ago

Robert-Louis commented 1 year ago

Current behavior

if the transform have negative X or Y in winUI or Wasm it will have 0 in iOS and Android

Expected behavior

android and iOS should have the same value as WinUI and wasm

How to reproduce it (as minimally and precisely as possible)

The repro is in uno.toolkit.ui

Workaround

none

Works on UWP/WinUI

Yes

Environment

Other

NuGet package version(s)

uno.toolkit.ui

Affected platforms

Android, iOS

IDE

Visual Studio 2022

IDE version

No response

Relevant plugins

No response

Anything else we need to know?

No response

MartinZikmund commented 1 year ago

@Youssef1313 maybe related to what you have encountered?

Youssef1313 commented 1 year ago

@MartinZikmund Problems I faced were iOS specific. This issue seems to apply to both Android and iOS.

I can investigate next week when I'm back