cordova - Redirecting from an iframe back into Ionic -
i creating shop website ionic utilities external payment provider works in standard way (runs in iframe , redirects original page, once payment successful).
as ionic runs website locally can't redirect url each url different.
i imagine not first person come across problem.
how can redirect payment provider inside iframe inside app 1 of ionic states?
you can make custom url scheme application plugin: https://github.com/eddyverbruggen/custom-url-scheme
good luck!