Cardview: CarouselView with maps

Created on 30 Jun 2020  路  6Comments  路  Source: AndreiMisiukevich/CardView

Hi Andrei!

I am using a CarouselView with many ContentViews and one of many this ContentViews has a Map (Xamarin.Forms.Maps). In ios works well (loads the apple maps and I can navigate with the gestures) but in android the navigation with the gestures doesn't work (the google maps takes a lot of time to renderer).
Can you help me with this problem?

question resolved

All 6 comments

Hi,

What do you mean "navigation with gesture"? CarouselView navigation or navigation in maps?

Hi,

What do you mean "navigation with gesture"? CarouselView navigation or navigation in maps?

Navigation in the maps (with the finger). I disabled the "swipe left and rigth" (in the CarouselView) with the proprety IsUserInteractionEnabled = "false"

Hi,
What do you mean "navigation with gesture"? CarouselView navigation or navigation in maps?

Navigation in the maps (with the finger). I disabled the "swipe left and rigth" (in the CarouselView) with the proprety IsUserInteractionEnabled = "false"

Try to add this "ShouldThrottlePanInteraction = true"

Does it work?

Hi,
What do you mean "navigation with gesture"? CarouselView navigation or navigation in maps?

Navigation in the maps (with the finger). I disabled the "swipe left and rigth" (in the CarouselView) with the proprety IsUserInteractionEnabled = "false"

Try to add this "ShouldThrottlePanInteraction = true"

It's works!!!
Thank you so much @AndreiMisiukevich ;)
I owe you a beer ^_^

haha, yes

Was this page helpful?
0 / 5 - 0 ratings

Related issues

InquisitorJax picture InquisitorJax  路  6Comments

JTOne123 picture JTOne123  路  5Comments

troyvnit picture troyvnit  路  8Comments

LuisM000 picture LuisM000  路  3Comments

baranpirincal picture baranpirincal  路  4Comments