Jump to: navigation, search

Changes


Mobile XAML

108 bytes added, 13 August
{{UnderConstructionStart}}
=== Issues with SfPullToRefresh in combination with SfListView causing problems in MAUI ===Due to a third-party issue, we encountered problems may occur on MAUI for Android when using the SfPullToRefresh control in combination with the Syncfusion ListView. This leads to can result in navigation sometimes requiring multiple clicks being necessary for navigation. In this case As a workaround, we recommend replacing the SfPullToRefresh control with a custom Refresh buttonthat executes the RefreshCommand, e.g. for example directly in the UBIKNavigationBar(as shown in the example above) or in the ToolBarMenu. The CommandParameter indicates specifies whether to ignore the update expiryshould be ignored. We highly recommend setting it to True, otherwise it can't be guaranteed , there is no guarantee that the Refresh is performed refresh will be executed properly.
<syntaxhighlight lang="xml">
537
edits