Commit 302a6a14 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

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
<https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html>,
though I can't say whether it is a bug in Safari or lacking documentation.

See <https://github.com/foosel/OctoPrint/issues/1792> for a more detailed
description of this type of issue.
parent 45c32ff5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -6,8 +6,6 @@
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<meta name="description" content="Checkin-Service und Verspätungslog für Bahnfahrten">
	<meta name="theme-color" content="#673ab7">
	<meta name="apple-mobile-web-app-capable" content="yes">
	<meta name="apple-mobile-web-app-status-bar-style" content="black">
	<meta name="apple-mobile-web-app-title" content="Travelynx">
	% my $av = 'v24'; # asset version
	<link rel="icon" type="image/png" href="/static/<%= $av %>/icons/icon-16x16.png" sizes="16x16">