From 302a6a144e12d411b41691edf7c14a82e4af6d16 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 25 May 2019 13:21:03 +0200 Subject: Remove apple-mobile-web-app-capable tag to work around Safari session issues iOS Safari does not send session cookies when following links to PWAs using the apple-mobile-web-app-capable tag. This is not documented on , though I can't say whether it is a bug in Safari or lacking documentation. See for a more detailed description of this type of issue. --- templates/layouts/default.html.ep | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index ab2ce82..4c036ff 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -6,8 +6,6 @@ - - % my $av = 'v24'; # asset version -- cgit v1.2.3