Item Reordering event DragStartMode="OnDragIndicator" not workiing IOS

 I have a code using Item Reordering in Xamarin ListView (SfListView) it works on adroid but not on IOS. Please help me.

<syncfusion:SfListView x:Name="listView"
                                ItemsSource="{Binding ItemTabBar}"
                                BackgroundColor="#FFE8E8EC"
                                DragStartMode="OnDragIndicator"
                                ItemSize="60">      
                <syncfusion:SfListView.ItemTemplate>
                    <DataTemplate>
                        <Grid Padding="10">
                            <Grid.ColumnDefinitions>
                                <!--<ColumnDefinition Width="*" />-->
                                <ColumnDefinition Width="10" />
                            </Grid.ColumnDefinitions>
                            <Label x:Name="textLabel" Text="{Binding TitleBar}" Grid.Column="1" FontSize="15" TextColor="#333333" />
                            <syncfusion:DragIndicatorView Grid.Column="2" ListView="{x:Reference listView}"
                                HorizontalOptions="EndAndExpand" 
                                VerticalOptions="Center">   
                                <Grid Padding="5, 10, 5, 10">
                                    <Image Source="DragIndicator.png" />
                                </Grid>
                            </syncfusion:DragIndicatorView>
                        </Grid>
                    </DataTemplate>
                </syncfusion:SfListView.ItemTemplate>
            </syncfusion:SfListView>


Thanks,
Regards

1 Reply

LN Lakshmi Natarajan Syncfusion Team May 5, 2020 10:02 AM UTC

Hi Le, 
 
Thank you for using Syncfusion products. 
 
We have checked the reported query “Item Reordering not working on iOS” from our end. We suspect that you are reporting the issue in the following bug report in iOS 13.4. We would like to inform you that the reported issue is a framework level issue and we have ensured the sample in iOS 13.1 simulator and ItemReordering works fine as expected. Kindly refer the following issue report for further updates regarding the same,  
  
 
Also, as mentioned in this following comment, Please update to latest stable Visual Studio for Mac (v8.5.2) and Windows (v16.5.3) to resolve the issue. 
 
Please check and let us know if your issue is not related to this framework issue, kindly revert us with the configuration details which would be helpful for us to check on it and provide you the solution as soon as possible. 
 
Regards, 
Lakshmi Natarajan 


Loader.
Up arrow icon