Hi there,
i've tried a number of suggested sollutions found on this forum, however I cannot get to this thing to work.
Here is the deal.
I have a barcode service, used for scanning QR codes. It all works fine, the code is scanned, the url opens, however, i miss controls to navigate back to the app or to close browser.
Now, after scan is done, url opens and i have to restart the app to get to the first page again.
So what i am asking you is how to open URL(passed from barcode service) stored in local storage within app or in default browser. Either works for me.
BTW, i added javascript: window.location.href = localStorage.getItem('QR_url');
on barcode success. It opens normally, but without any controls.
Thanks in advance!