ionicModal not working with stripe checkout window

Hi Ionic,

I need to trigger a stripe checkout from an ionicModal. But the iframe window does not get any focus once it is shown. It seems that modal is stealing all the user input. I have created a jsfiddle to illustrate this:
http://jsfiddle.net/et1vz1sh/11/

This problem did not exist on an older version of ionic:

Is there a way around this?

Thanks,
Kyle

1 Like

I had the same issue, and it wasnt just a stripe thing I was the same for all third party modals, my workaround was creating, opening then closing a modal (hidden to the user) to allow access for interaction in the iframe. hope this helps someone http://codepen.io/garrettmac/pen/adrJbw

1 Like