faceoffers28

Results 15 comments of faceoffers28

@KingdomHearts Did you ever figure this out? I have been using this Plugin for years with no problems. It works just fine on my iOS 6 compiled with the 12.1...

What is the status on this issue? This shows "closed as completed", but then reopened 22 days ago. I can confirm that it's still a problem in Microsoft Visual Studio...

Sounds like the same issue here. This has not been fixed. https://github.com/dotnet/maui/issues/7744

Is this why RowDefinition sizes and Border.Shadow don't appear to be adhered to on iOS? For example, this Layout looks so much different on iOS. In fact, there are so...

@borrmann How do you call scrollView.Content after the content / page has updated? What method are you overriding? Thanks!

@borrmann Unfortunately, this didn't fix the RowDefinition sizes and Border.Shadow issues. :(

@taublast Thanks for posting a solution! I'm having problems implementing it. I'm trying to add it here. ``` public partial class App : Application { Public App() { //Insert before...

The AppendToMapping implementation worked for me! Thanks!

Same issue in .Net Maui. The Android app is targeting net6.0-Android31. The minimum target is net6.0-Android30. My test device is an Android emulator running API 31. I'm running Microsoft Visual...

> @faceoffers28 this behavior is most likely controlled by the underlying platform. We don't automatically unfocus/focus things when navigation happens. > > Can you expand on your use case here?...