I'm trying to open an html page (I get it as a string
and parse it) from my fullscreen iOS web application (standalone).
I tried opening a window (window.open
) but it doesn't work.
It involves handling a payment method, so I can't redirect back from their page to mine (it's an illegal hack) when I finish.
How can I manage opening the html file in safari and going back?