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

Commit

Permalink
demo: add meta viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Aug 1, 2014
1 parent 3d8ca53 commit 721e47a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
<head>
<title>paper-toast</title>

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">

<script src="../platform/platform.js"></script>

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

0 comments on commit 721e47a

Please sign in to comment.