When redirecting PWA app to another site(which is login page of our site)opens in safari browser not in standalone mode in ios11.3.(We are using parent.href in javascript to redirect to another site for authentication. This is working fine for older IOS versions).Please help
Asked
Active
Viewed 1,191 times
5
-
I'm struggling with the same issue, could you solve it? – MartinGian Nov 19 '18 at 21:06
1 Answers
0
iOS 12.2 was just released 2 days agao and it fixed the problem:
PWAs (Progressive Web App) have a new lifecycle and on most normal situations, the state of your app will be saved and restored between sessions.
A link to an external site opens in a “PWA In-App browser” instead of Safari and if the external site links to the PWA’s scope again, the navigation goes back to the PWA. Now we can log in users on external origins within a PWA (such as with OAuth). Check out Medium for details.

Rony
- 434
- 3
- 7