Damir Karazhigitov

Results 3 comments of Damir Karazhigitov

@ogauthier @Eilon GRPC working as well on MBB (we are using Hybrid templates) You can directly use Grpc (HttpProtocols.Http2) for fast communications, instead of GrpcWeb, which using http1 protocol Benefits...

@arivera12 @Eilon I found simple solution! Method _Xamarin.Forms.Application.Current.On().UseWindowSoftInputModeAdjust(WindowSoftInputModeAdjust.Resize);_ - have bugs on different android devices, and we disabled that function **Solution**: 1. For Example: ``` @code { private double margin;...

> @Eilon I found a good and simple working solution doing 2 things! > > @Slevya can you try and test my work around? > > I moved the `BlazorWebView`...