I have an app and the android app has a bug where I click on the NumericEntry to enter some values, which brings the keyboard up, but then when I close the keyboad, it just leaves this gray rectangle where it used to be, pushing my whole carousel view up.
I can swipe up and down on the top half of it fine, and when I swipe to the side to go the the next page, the rectangle disappears, "resetting" the carousel view's layout.
How can I fix this? I've seen answers about changing the AndroidManifest.xml file but that isn't doing anything. Is my only choice to make a custom renderer for CarouselView? If so what would have to do? Ofc I'd like to avoid that, if there's a xaml one liner that'd be great.
Thanks!