mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
Removing comment around <meta> in demos/mobile (PR #2120)
Merge from AnmAtAnm/mobile-meta-bug
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<!-- HTML file to host Blockly in a mobile WebView. -->
|
||||
<html>
|
||||
<head>
|
||||
<!--<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">-->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<style type="text/css">
|
||||
html, body, #blocklyDiv {
|
||||
border: 0;
|
||||
|
||||
Reference in New Issue
Block a user