Open
Description
Description
When trying to create a page flip effect on maui I came across the issue that rotates and rotates do not behave the same on iOS and android. Beside the fact that moving the anchor out of the centre of the object rotated result in different rendering,
There seems to different clipping behaviours on iOS and Android.
In order to provide a consistent experience on different platforms a unified behaviour of basic 2d transformations would be nice.
Steps to Reproduce
- Checkout Repository
- Run the Sample on iOS and Android to see the difference
- Read the Xaml of the MainView
Link to public reproduction project repository
https://github.com/Larhei/Maui-Issues/tree/main/PerspectiveRotation
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS, Android
Affected platform versions
iOS, Android
Did you find any workaround?
No
Relevant log output
No response