rid00z / FreshMvvm

FreshMvvm is a super light Mvvm Framework designed specifically for Xamarin.Forms. It's designed to be Easy, Simple and Flexible.
Apache License 2.0
596 stars 172 forks source link

CoreMethods PopPageModel() throws exception when page contains CarouselView #316

Open Robbert-jansen opened 4 years ago

Robbert-jansen commented 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.

Robbert-jansen commented 4 years ago

307 Seems to be related