@mcarugati yes I understood that, but since they are planning to use as default the fast renderers from now on I am guessing there is a bug in them and should be fixed, from what I read this bug has … (View Post)
same issue with me, using the latest xamarin forms nuget package, and latest live player from the store and getting about 19 errors of this type: Severity Code Description Project File Line Suppressi… (View Post)
hello I have the following style defined for a label but the font size does not change, is what I am doing possible, if so, what am I doing wrong ? <Style x:Key="NameLabelStyle" TargetTy… (View Post)
hello, so I have a app using Prism as my MVVM engine and one of the pages is a MasterDetail page in which the details page part looks like this <MasterDetailPage.Detail> <NavigationPage> … (View Post)
hi, sorry for the late reply, what I ended up doing is send the master detail view model in the child view model and then just access the command of the parent like so XAML <StackLayout.GestureRec… (View Post)