question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CoverFlowView pan event syncing with MasterDetailPage

See original GitHub issue

We have an app with a root view of type MasterDetail. One of its detail page have CoverFlowView on it. Every time we pan from left or right on Xamarin.iOS, the event propagates to the master’s drawer.

Below is how we configure the page:

<ContentPage>

    <!-- omitted -->

    <cards:CoverFlowView
        Grid.Row="1"
        PositionShiftPercentage="{OnIdiom Phone='.25', Tablet='.55'}"
        ItemsSource="{Binding ItemsSource}"
        SelectedIndex="{Binding SelectedIndex}">

        <x:Arguments>
            <proc:BaseCoverFlowFrontViewProcessor OpacityFactor="0.25" ScaleFactor="0.70" />
            <proc:BaseCoverFlowBackViewProcessor OpacityFactor="0.25" ScaleFactor="0.70" />
        </x:Arguments>

        <cards:CardsView.ItemTemplate>
            <DataTemplate>
                <ViewCell>
                    <!-- omitted -->
                </ViewCell>
            </DataTemplate>
        </cards:CardsView.ItemTemplate>
        
    </cards:CoverFlowView>

</ContentPage>

Take note that this issue doesn’t exist on version 2.3.3

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
joshkautzcommented, Dec 2, 2019

This works perfectly now - great work, thank you Andrei!

1reaction
joshkautzcommented, Nov 15, 2019

Looks like you folks beat me to it - was about to report the same thing! This has only started happening recently - I’ve been able to work around it for the time being by setting MasterDetailPage’s IsGestureEnabled to false on iOS, since it’s not really an issue on Android.

https://imgur.com/a/jT5OrP7

Read more comments on GitHub >

github_iconTop Results From Across the Web

AndreiMisiukevich/CardView: CardsView | CarouselView | ...
Processors;assembly=PanCardView"> ... <cards:CoverFlowView PositionShiftValue="145" ItemsSource=" ...
Read more >
Untitled
Power and authority current events, Magic honey mushrooms, Marvel emma frost sister, ... Sarcloret paroles, Julian apaza tupac katari biografia, Chef's pan.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found