Hi, I have a listview inside a stacklayout in which I have implemented context actions for delete/more info etc..
When i long press on android the menu appears but at the top of the page covering the navbar. I would like the context menu to appear at the bottom of the page just above my footer but cannot find an example of how to do this, or a property that has worked so far (i've tried veriticaloptions="end" and putting the contextaction menu in a listview.footer tag). Any help would be appreciated. Thanks.
Answers
@pinster
I think you need to use a popmenu instead. For example:
https://github.com/SKLn-Rad/Xam.Plugin.PopupMenu
Just in case
You can customize you contextActions (iOS, i guess) with that plugin https://github.com/AndreiMisiukevich/ContextMenu