So I use FontAwesome which converts icons to SVG instead of ion-icons. My issue is when you click the “…” SVG right in the middle, the popover shows right below the SVG. But if you avoid the SVG and click the ion-button the popover is just below the button. Makes sense since it’s likely aligning based on what you clicked. I want it to always line up to the button bottom. Possible? I know it probably has to do with event.currentTarget and getting coordinates off that?
Repo: Repo: GitHub - tylerclark/ionicIssues
vs