PureWeen/ShanedlerSamples

[Keyboard] Auto-scroll does not work on CommunityToolkit.Maui.Core.Views.MauiPopup

akshayamantya opened this issue · 4 comments

Hello @PureWeen ,
Thanks for adding the keyboard fix to the package.
However, I noticed a minor missing feature, when we have a CommunityToolkit.Maui.Core.Views.MauiPopup, if I tap an Entry of that CommunityToolkit.Maui.Core.Views.MauiPopup the content is of popup is scrolling and UI looks odd.
It is tested on iOS, iPadOS and the facing the above issue
Thank you!

@tj-devel709

FYI: This work is also part of our current .NET8 previews so you can test there without using this code

Thanks for this issue! I can confirm that I saw weird behavior going on as well:

ScrollingAlertDemo-480p.mov

Can also confirm this happens in Maui main

I opened an issue about this too and issuing KeyboardAutoManagerScroll.Disconnect(); before opening the Popup seems to be a workaround for iOS. Providing a link to the issue I opened for you to see the full code I use to get around this issue. Of course, it's still a bug and the solution is only a workaround: CommunityToolkit/Maui#1561