$ionicPopup leaves deadzone on Android

After popping up an ionicpopup, it leaves a somewhat dead-zone in the center of the screen that makes it difficult/impossible to click on buttons underneath. This is only on Android and I have been able to reproduce on a Nexus and Galaxy.

**Note, not that I think this is associated, but I do have my body { position:absolute; } to avoid a keyboard issue with the viewport.

It looks like this is caused by the popup not cleaning itself up. You could try deleting these elements from the DOM after the action.

Can you share a screenshot of this and the code for that view & pop-up?