Emil Alipiev
Emil Alipiev
hey great work. just a quick question, i havent tried yet but is there any performance decrease on complex listview itemplates? eventually it is drawing with skia i believe.
I have just had a chance to try your sample. it doesnt work at the page is loading. it looks like that it only works when page is completely loaded....
problem is you need first load the data (raise property changed on obvervablecollection) in order to display shimmerlayout. but shimmerlayout meant to be shown while data is loading. it is...
This was i think all the time issue with Xamarin even on Xamarin.Android reported long time a go on SO. https://stackoverflow.com/questions/39068772/xamarin-forms-android-java-lang-illegalstateexception-fragment-does-not-have-a It is crucial issue indeed. we need to find...
> d with 1.4.0 and still get same error... > > I am able to reproduce with: I am seeing the error in my appcenter logs but i am not...
any idea how can reproduce and solve this? this is really getting annoying 100s of crashes
yes but is that a good solution to go so many versions older? because when you try to downgrade Fragment package, it automatically downgrades all related packages. So you need...
Normally you don't need it. I also don't have it but for workaround it's claimed that you need to install the older version which makes no sense. It's pretty old...
I am having the same problem. If I use a long page together with a masterdetail page, FreshIOC container will not resolve DefaultNavigationServiceName any longer. Code below will throw an...
Here is the exception stack message ``` at FreshTinyIoC.FreshTinyIoCContainer.ResolveInternal (FreshTinyIoC.FreshTinyIoCContainer+TypeRegistration registration, FreshTinyIoC.NamedParameterOverloads parameters, FreshTinyIoC.ResolveOptions options) [0x00118] in :0 at FreshTinyIoC.FreshTinyIoCContainer.Resolve (System.Type resolveType, System.String name) [0x00012] in :0 at FreshTinyIoC.FreshTinyIoCContainer.Resolve[ResolveType] (System.String...