Wednesday, 20 July 2022

iPhone Safari does not redirect to new page with similar URL

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.

URL1: https://staging-admin.spotlight.xyz/#/payment/intent/user/7906ab92-31ea-46a4-90f8-d645bedafb46?time=1657808668

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