dev/core#4787 Standalone: add viewport meta to improve mobile support
authorMathieu Lu <mathieu@symbiotic.coop>
Mon, 20 Nov 2023 01:28:44 +0000 (20:28 -0500)
committerMathieu Lutfy <mathieu@bidon.ca>
Mon, 20 Nov 2023 01:28:44 +0000 (20:28 -0500)
templates/CRM/common/standalone.tpl

index 83db87714582e558ceb19331161c751faf384a79..562f792527e55b396de0d0ca5a226e49ea48c2ff 100644 (file)
@@ -3,7 +3,7 @@
  <head>
   <meta http-equiv="Content-Style-Type" content="text/css" />
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
+  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
   <link rel="Shortcut Icon" type="image/x-icon" href="{$config->resourceBase}i/widget/favicon.png" />
 
   {* @todo crmRegion below should replace this, but not working? *}