NGumby
NGumby
On Android 4..4.4, when I try to navigate on an external website after turning Airplane mode on, I don't receive a OnNavigationError like on Android 7.0. Here is what I...
Google Sign in was not working anymore on Android, turns out there is a regression in Xamarin.GooglePlayServices.Auth [https://developercommunity.visualstudio.com/t/visual-studio-android-googleplayservices-linking-e/1559747](https://developercommunity.visualstudio.com/t/visual-studio-android-googleplayservices-linking-e/1559747) The solution for now is to use Xamarin.GooglePlayServices.Auth version 119.0.0
Using latest version **Describe the bug** the problem is with the "const left = ...". After nuglifying, it gives error Uncaught SyntaxError: Unexpected token 'const' If we change it to...
From this : https://developer.android.com/training/package-visibility facebook packages are not returned anymore by GetInstalledPackages, so IsAppInstalled returns false and always uses webview. To fix, you can put this in your AndroidManifest, within...
It would be nice to be able to run some t4 from task runner!
#### Description When calling RegisterNotificationCategories too early, you get a NullReferenceException #### Steps to Reproduce In my MainPage constructor, I call this code : CrossFirebasePushNotification.Current.TokenRefreshed += OnTokenRefresh; CrossFirebasePushNotification.Current.NotificationOpened += OnNotificationOpenedAsync;...
### Type of issue Missing information ### Description It's nowhere to be found how to make different entitlements for release and debug ### Page URL https://learn.microsoft.com/en-us/dotnet/maui/ios/entitlements?view=net-maui-8.0 ### Content source URL...