I was really happy to read Beta8 featured a popover dialog. It was exactly what I needed for my app. Until now I used an actionsheet which did not feel very native on Android since most use the popup dialog for menu items as shown in the screenshot:

However for just some simple menu items I now need to create a complete new Component, template, imports etc. for just a few actions. Whereas a actionsheet is just a few lines of code.
Is it an idea to make an actionsheet show as a popover dialog? I understand the showing a page in a popover dialog gives you a lot of flexibility, but for just showing a menu I would prefer the action sheet syntax with just a parameter which tells it to behave as a menu relative to a toolbar button.
I am looking forward to the feedback on the above
PS. It turned out when one of the actions is navigating to another page the back button isn’t working.