PopOver gets cut on android

Hi,
When using $ionicPopover for an android app i notice that when the button that triggers the popover is near to bottom of the screen, because the popOver start from the button down, the popover gets cut by to bottom.
So for example if i have a list with 5 items in my popover and the button has only 3 items of space from the bottom, item 4 and 5 won’t show( they will you just cant scroll there to see them).

Any workarounds on that?