Use comma as the separatore in the viewport content value.

It seems that semicolon is not supported by Android phones.
Problem is, we'll have to re-open #2551 as iOS doesn't support the comma... (eyeroll)
pull/7738/head
Luca Bonavita 7 years ago
parent ec3d245fc4
commit 529cf5c963

@ -2,7 +2,7 @@
<html lang='en' class="theme-default typo-default">
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width;initial-scale=1.0'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<meta name='theme-color' content='#ff3e00'>
%sapper.base%

Loading…
Cancel
Save