We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

sfButton doesn't fire in sfListView IOS

Hi,

When is use a sfButton in a sfListView the button doen't fire in IOS.
Android works fine.

When i replace the sfButton en make it a Xamarin Button everything works fine.

code snippet:

                <syncfusion:SfListView 
                    x:Name="ActivitiesListView" 
                    SelectionBackgroundColor="Khaki"
                    Orientation="Vertical"
                    AutoFitMode="Height"
                    SelectionMode="Single"
                    IsStickyHeader="True"
                    ItemsSource="{Binding ActivitiesList}" 
                    SelectedItem="{Binding SelectedActivity}">

                    ,,,,,,,,,,,

                    <syncfusion:SfListView.ItemTemplate>
                        <DataTemplate>
                            <Grid>
                              
                              ........

                                            <Button
                                                CornerRadius="8"
                                                BackgroundColor="Blue"
                                                TextColor="White"
                                                Text="{i18n:Translate status}"
                                                Command="{Binding Path=BindingContext.StatusCommand, Source={x:Reference ActivitiesListView}}" 
                                                CommandParameter="{Binding Source={x:Reference item},Path=BindingContext}">
                                            </Button>

Is it possible to use sfButton instead of the Xamarin Button?

Best regards,



3 Replies

BK Bharathiraja K Syncfusion Team April 4, 2019 09:33 AM UTC

Hi Thijs, 
 
Greetings from Syncfusion. We have already logged report for this issue and the fix will be available in our upcoming weekly NuGet which will be available on mid of next week April 2019. 
 
 
You can now track the status of your request, review the proposed resolution timeline, and contact us for any further inquiries through this link. 
 
Regards, 
Bharathi. 



BK Bharathiraja K Syncfusion Team April 11, 2019 12:10 PM UTC

Hi Thijs, 

 

We have fixed the issue and it is in testing phase. So, the fix will be available in our upcoming weekly NuGet which will be available on mid of 16th April 2019.  

 

Regards, 

Bharathi. 



BK Bharathiraja K Syncfusion Team May 3, 2019 11:06 AM UTC

Hi Thijs,   
 
We are glad to announce that our weekly NuGet was rolled out today and fix for the reported issue was included in the weekly NuGet.   
  
NuGet Version: 17.1.0.43 
  
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance. 
 
Regards, 
Bharathi. 


Loader.
Live Chat Icon For mobile
Up arrow icon