Removing comment around <meta> in demos/mobile (PR #2120)

Merge from AnmAtAnm/mobile-meta-bug
This commit is contained in:
Andrew n marshall
2018-11-14 12:27:08 -08:00
committed by GitHub

View File

@@ -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;