I am facing an issue in context actions. Initially, long-press on listview item context actions are visible for those items after that tapping on any list view item context actions are not changing it is showing first selected item context action.
My issue is solved after updating xamarin forms to the latest version
This behavior is by design , before changing the next selected item context action , we should cancel the previous one first .
Click back button to cancel
Click any item to cancel
@ColeX, without clicking on back button context actions need to change based on item selected
You could try custom renderer , however i don't think it's not good behavior to break the design .
@vikkiendhar said: My issue is solved after updating xamarin forms to the latest version
If solved please mark your solution as answered.
Answers
This behavior is by design , before changing the next selected item context action , we should cancel the previous one first .
BTW , it is same on iOS.
Android
Click back button to cancel

iOS
Click any item to cancel

@ColeX, without clicking on back button context actions need to change
based on item selected
You could try custom renderer , however i don't think it's not good behavior to break the design .
My issue is solved after updating xamarin forms to the latest version
If solved please mark your solution as answered.