Daddoon / BlazorMobile

Create full C# driven hybrid-apps for iOS, Android, UWP & Desktop with Blazor!
MIT License
413 stars 55 forks source link

API Level 29 or above application crash #235

Open ghost opened 2 years ago

ghost commented 2 years ago

Hi @Daddoon Hope you are doing well

I deploy Blazor Android app at API Level 28 or lower its working fine.

When I try to deploy on the API Level 29 or API Level 30, my application crash and not deploy on the physical devices or emulator. Only application load on the physical device after load crash the application.

Xamarin version : 3.5.169047 BlazorMobile Version: 3.2.8

Daddoon commented 2 years ago

Actually, this issue is the same as the one you opened some time ago here: https://github.com/Daddoon/BlazorMobile/issues/232 Unfortunately i don't have the time yet to fix that, this problem should be worked on the GeckoView package project i used for BlazorMobile.

On the other side, did you make a try of Blazor MAUI from Microsoft ? I don't know where they are yet on this.