Closed chescko29 closed 2 years ago
Hi @chescko29! Thanks for the bug report.
This is actually a known issue and has already been fixed in an upcoming version of Shopify POS, specifically version 7.6.0. You should see that version released in the next couple of weeks. Could you try that and let us know if you're still seeing the issue?
Hi @MitchLillie.
Just confirming this issue is solved on Shopify POS 7.6.0.
Open in a new window redirect action not working on Shopify POS iOS
This code work in the Shopify Admin on an embedded app:
// Go to http://example.com in a new window
redirect.dispatch(Redirect.Action.REMOTE, { url: 'http://example.com', newContext: true, });
But if you try the same implementation on Shopify POS on iOS it doesn't works. It suppose to open the URL on the web browser.
To Reproduce
Steps to reproduce the behaviour:
You will notice that it does nothing at all.
Look attached video for reference.
https://user-images.githubusercontent.com/4985387/183119292-dbd24474-1488-4cbf-98d7-775b43518826.mp4
Expected behaviour
It suppose to open the URL on the web browser.
Packages and versions
@shopify/app-bridge
@3.2.1
Platform