AmirImam

Results 8 issues of AmirImam

Hi First of all I want to thank you a lot for this tool, it is really a great tool. I have a problem with paging, it is not working,...

bug

Hi, I was very hesitant to post this topic here because maybe it is not a technical issue but it is a problem and I want to get an answer....

Hi, When I create an empty MBB hybrid app on VS 2022, it shows blank content in BlazorWebView. The part of XAML appears as it should be, but the web...

Hi, of course the normal behavior is close the app on back button, so how to avoid this action and make it go to the previous page ?

area-mobileblazorbindings
hybrid-apps

Hi I tried to use [BlazorInputFile ](https://blog.stevensanderson.com/2019/09/13/blazor-inputfile/)library to pick file from device, it didn't work. After some searches I decided to use **Xamarin.Essentials.FilePicker** instead of input file and I had...

Hi, In blazor-server if the language has been changed, it will affects any opened site. I think this happening because the service life cycle is Singleton, not Scoped

H I have an error that appears when I try to display a **DraggableViewCell** into a **CollectionView** The error is: **Attempt to invoke virtual method 'android.view.ViewGroup$LayoutParams android.view.View.getLayoutParams()' on a null...

Hi I want to display a text in the picker according to the value. Like this: Razor Code: ` e==null?"All":"+"+e.ToString()) /> ` C# Code: ``` //WorldTypes is an enum private...