Hi appery!
I can't seem to figure out how to get back to the prevoious page when using window.open. I have tried the following running the app natively on my iPhone:
window.open(urlFromLocalStorage, 'system', 'location=yes');
window.open(urlFromLocalStorage, 'blank', 'location=yes');
The link works fine, but there is no way to get back. Any thoughts?