I'm trying to redirect a user from our Flutter app into safari to make payments. We have two buttons which open in safari. When a user clicks on it, it opens up in safari, the user makes a payment and is redirected back into the app. However, if URL1 was already open and the user goes back to the app and tries to open URL2 , it does not open URL2 in the tab and only refreshes the tab with the old URL (URL1). You can test this by going to the links below on safari.
URL2: https://ift.tt/s76KE0C
Here's what I have tried:
- Adding / in the URL instead of ?
- Adding timestamp (like in the example above)
The URL is being served from a nodejs app, if that helps.
Thanks for your answers!
from iPhone Safari does not redirect to new page with similar URL
No comments:
Post a Comment