Daddoon / BlazorMobile

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

Anyone has step by step to convert Blazor into mobile without using BlazorMobile #198

Closed sorainnosia closed 4 years ago

sorainnosia commented 4 years ago

I gave up using BlazorMobile

Anyone has step to convert Blazor into WebView and turn to apk in Android?

Thank you

Daddoon commented 4 years ago

There is not a lot of alternatives if you are not happy with BlazorMobile, but you have:

The main advantage of BlazorMobile is that the C# interop with the native side is nearly transparent, and you have some cools additional features, like side loading other package or remotely being able to update your app.

The BlazorWebView project will surely have C# interop too.

Too bad you gave up on BlazorMobile. Feedbacks are always appreciated to fix or enhance a product.