dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
21.99k stars 1.72k forks source link

The page of a book is opening wrong angle. #19355

Open AghaSKhan opened 9 months ago

AghaSKhan commented 9 months ago

Description

I want to develop a book alongside Dot Net Maui. In this sample, I just placed two pages to show the problem. MauiBookApp.zip https://surprisinggames-my.sharepoint.com/:f:/p/agha_khan/En2U4cUYrcdPjJOIHrZKiM4BUccSQs8XECC3CQ24MxDKEg?e=VR9erL

Steps to Reproduce

I have provided you the sample. Al link.txt so provided the video how I have developed it.

Link to public reproduction project repository

https://surprisinggames-my.sharepoint.com/:f:/p/agha_khan/En2U4cUYrcdPjJOIHrZKiM4BUccSQs8XECC3CQ24MxDKEg?e=VR9erL

Version with bug

8.0.3

Is this a regression from previous behavior?

No, this is something new

Last version that worked well

Unknown/Other

Affected platforms

Windows

Affected platform versions

No response

Did you find any workaround?

I have changed the angle from 90 to 71.5.

Relevant log output

none
PureWeen commented 9 months ago

Can you provide a simpler repro of the issue you're running into please?

ghost commented 9 months ago

Hi @AghaSKhan. We have added the "s/needs-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.

AghaSKhan commented 9 months ago

I am not sure what are you not following? It is only for line of code. in my Main page I create Animation LeftPageAnimation = new Animation(v => PageR.RotationY = v, 0, 180, Easing.Linear); and at click I rotate PageR.AnchorX = 1.0; LeftPageAnimation.Commit(this, "page", 16, 2000, Easing.Linear, (a,f)=> { // PageR.RotationY = 180; }, () => false); Nothing special. MauiBookApp.zip

https://github.com/dotnet/maui/assets/130069832/edf17aa4-a089-4a21-96a7-0db57bd85a7f

At degree 90 we should not see the page.

ghost commented 8 months ago

We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.

XamlTest commented 8 months ago

Verified this on Visual Studio Enterprise 17.9.0 Preview 2(8.0.3). Repro on Windows 11, iOS 17.0 and MacCatalyst, not repro on Android 14.0-API34 with provided Project: MauiBook.zip