FreshMvvm is a super light Mvvm Framework designed specifically for Xamarin.Forms. It's designed to be Easy, Simple and Flexible.
596
stars
172
forks
source link
CoreMethods PopPageModel() throws exception when page contains CarouselView #316
Open
Robbert-jansen opened 4 years ago
When you call CoreMethods..PopPageModel() when the Page contains a CarouselView it throws an exception.
Invalid target position
Strangely, when you call it a second time it works just fine, and pops the page like it should.
The normal page based "Navigation.PopModalAsync" doesn't have the same problem.
I've only tested this on Android so far, as I haven't had the chance to test it on iOS yet.