From 961a0ead0af6acae876300dd865074ae396271c9 Mon Sep 17 00:00:00 2001 From: Jack Hou Date: Sun, 17 Dec 2023 21:20:58 +0100 Subject: [PATCH] Set viewport meta in index.html. Mobile browsers default to a width of ~980px to support desktop sites. `width=device-width` sets the page width to that of the device instead. `initial-scale=1` ensures the width is updated when the device is rotated. `user-scalable=no` prevents the default pinch-to-zoom behavior. --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 01ae249..e3ad327 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,7 @@ + Bevy game