Jesse Jiang

Results 9 comments of Jesse Jiang

I met the same issue, only on iOS ![screen short](https://www.dropbox.com/s/bavhzg9auoml9wd/Simulator%20Screen%20Shot%20-%20iPhone%20X%20-%202018-05-07%20at%2009.58.46.png?dl=1) Here's code which can reproduce this ``` ``` And @LariscusObscurus 's solution cannot work in this case.

Hi @ChandreshRana , I fixed this issue yesterday, but it looks like not this component issue, it's iTunes API's issue. If you check the provider, you will find that the...

Hi Marcorn, This is a bug of Xamarin.Forms. https://bugzilla.xamarin.com/show_bug.cgi?id=31809 We just call Xamarin.Forms.NavigationPage.PopToRootAsync in FreshMvvm, so it cannot work currently. But It will be fixed in the future.

I fixed this issue by these steps. Update akavache to 5.0.0 Update sqlite-net-pcl to 1.4.118 Update all SQLitePCLRaw.* to 1.1.10 Call ``` SQLitePCL.Batteries_V2.Init(); SQLitePCL.raw.FreezeProvider() ``` At the beginning of each...

Hi, I meet the same issue, I found NotificationService never be called in that sample and I didn't find any document to resolve that.

I go through the code and find the way you apply new change is incorrect for other languages. I did tried setup the unit test project in repo, it seems...

#272 this PR will fix this. Update .net6 workload to 6.0.541. remove obj and bin folder and rebuild the project should work