Tap and holding the navigation up button shows the tooltip. When you rotate while holding the button and let go, the tooltip bubble gets stuck. I have tried a new project in Android Studio to reproduce this issue but it did not happen so it made me think that there might be an issue with .NET MAUI.
Steps to Reproduce
Steps to Reproduce
Create a File > New .NET MAUI App
Add content in MainPage that has a button and that can navigate to a new page
Deploy the app to a physical Pixel or OnePlus Android Phone (I can't reproduce this in Samsung phones)
Navigate to the next page
Tap and hold the back button in toolbar
Rotate device
Let go of back button
Expected outcome: Tooltip disappears
Actual outcome: Tooltip is stuck in page
I've provided a public repo that can replicate this issue.
Description
Tap and holding the navigation up button shows the tooltip. When you rotate while holding the button and let go, the tooltip bubble gets stuck. I have tried a new project in Android Studio to reproduce this issue but it did not happen so it made me think that there might be an issue with .NET MAUI.
Steps to Reproduce
Steps to Reproduce
Expected outcome: Tooltip disappears Actual outcome: Tooltip is stuck in page
I've provided a public repo that can replicate this issue.
Link to public reproduction project repository
https://github.com/danwinp/NetMAUIIssues/blob/issues/ToolTipAndroidStuckAfterRotation/PaddingGridIssue/PaddingGridIssue/NextPage.xaml
Version with bug
8.0.0-rc.2.9373
Is this a regression from previous behavior?
Yes, this used to work in Xamarin.Forms
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 11 and up
Did you find any workaround?
Tapping anywhere on screen will make the tooltip disappear
Relevant log output
No response