This question is locked. New answers and comments are not allowed.
01.<GridLayout backgroundColor="#0C98D2" >02. <lv:RadListView items="{{dataItems}}" selectionBehavior="Press"03. itemSwipeProgressStarted="onSwipeCellStarted" 04. swipeActions="true">05. <lv:RadListView.itemSwipeTemplate>06. <GridLayout columns="auto, *, auto"07. backgroundColor="#0C98D2">08. </GridLayout>09. </lv:RadListView.itemSwipeTemplate>10. 11. <lv:RadListView.itemTemplate >12. <Label text="Test" tap="DOSomehing" />13. </lv:RadListView.itemTemplate >14. </lv:RadListView>15.</GridLayout>
Working properly for iOS , but for Android in when click on Test label the tap action doesn't happen. If I remove the lv:RadListView.itemSwipeTemplate block it start working again and raising the tap handler . The issue is only for Android.
