Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pinafore does not run as a PWA on iOS13 #1802

Closed
amyspark opened this issue Jun 21, 2020 · 2 comments · Fixed by #1803
Closed

Pinafore does not run as a PWA on iOS13 #1802

amyspark opened this issue Jun 21, 2020 · 2 comments · Fixed by #1803
Labels
bug Something isn't working

Comments

@amyspark
Copy link

Hi @nolanlawson ,

I just upgraded my iPad to iOS 13, and my Pinafore home screen links completely stopped working. When I try to open the app, I'm instead redirected to a standard Safari navigation.

I debugged this issue locally, and it turns out Apple now requires a specific meta tag to enable fullscreen PWAs:

  <meta name="apple-mobile-web-app-capable" content="yes" >
@nolanlawson nolanlawson added the bug Something isn't working label Jun 24, 2020
@nolanlawson
Copy link
Owner

Pinafore already includes the tag:

<meta content=yes name=mobile-web-app-capable>

I'm not sure why this isn't working... maybe it's an iPad-specific issue? I have an iPod Touch running iOS 13, so I will try to get around to testing this soon.

@nolanlawson
Copy link
Owner

Ah I see, the HTML is slightly different - I am missing the apple- prefix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants