CoverFlowView pan event syncing with MasterDetailPage
See original GitHub issueWe 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:
- Created 4 years ago
- Comments:10 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This works perfectly now - great work, thank you Andrei!
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