Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 721e47a

Browse files
committed
demo: add meta viewport
1 parent 3d8ca53 commit 721e47a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

demo.html

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
<head>
44
<title>paper-toast</title>
55

6+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
7+
<meta name="mobile-web-app-capable" content="yes">
8+
<meta name="apple-mobile-web-app-capable" content="yes">
9+
610
<script src="../platform/platform.js"></script>
711

812
<link rel="import" href="paper-toast.html">

0 commit comments

Comments
 (0)