Skip to content

Commit 7f03622

Browse files
committed
Update initgui.js
1 parent 380a4b4 commit 7f03622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/src/initgui.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ window.initgui = async function(options){
192192

193193
// Appends a viewport meta tag to the head of the document, ensuring optimal display on mobile devices.
194194
// This tag sets the width of the viewport to the device width, and locks the zoom level to 1 (prevents user scaling).
195-
$('head').append(`<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no">`);
195+
$('head').append(`<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no"><meta name="viewport" content="width=device-width, user-scalable=0">`);
196196

197197
// GET query params provided
198198
window.url_query_params = new URLSearchParams(window.location.search);

0 commit comments

Comments
 (0)