Andreas Aronsen Nesheim
Andreas Aronsen Nesheim
Tested this as well on iOS 15 with different results: https://github.com/andreas-nesheim/MVP.git -> Worked https://no.wikipedia.org/wiki/Klaus_Hasselmann -> Did not work I'll test some more and submit a PR if I'm able to...
It looks like it depends on if the author of the URL supports the Open Graph protocol or not. If the meta property `og:url` is missing from the site, the...
Here's the entire stack trace: Microsoft.Maui.Platform.ToPlatformException: Microsoft.Maui.Handlers.ButtonHandler found for Microsoft.Maui.Controls.Button is incompatible ---> Java.Lang.IllegalArgumentException: The style on this component requires your app theme to be Theme.MaterialComponents (or a descendant). at...
Still running into this issue in my project, but now I get the underlying error message telling me that I need to set my app's theme to Theme.MaterialComponents. Tried it...
Not exactly. I have a Xamarin.iOS app and a Xamarin.Android app (native) which are using a shared .NET Standard library. To improve code reusage I would like to use your...