[Mobile] Set viewport

Viewport has been set in
index.html. Then what was
implemented prior to this
(rem-display and browser-manage)
was commented out.
This commit is contained in:
Shivam Dave
2015-07-07 09:08:16 -07:00
parent 0c6a9ca857
commit d8806f14aa
4 changed files with 70 additions and 48 deletions

View File

@@ -23,6 +23,7 @@
<html>
<head lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<script type="text/javascript"
src="platform/framework/lib/require.js"