native forms example page was missing a meta viewport.

This commit is contained in:
scottjehl 2011-06-18 08:16:49 -04:00
parent 18d7b7902c
commit 9ab7817b5b

View file

@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jQuery Mobile Docs - Native Form Controls</title>
<link rel="stylesheet" href="../../themes/default/" />
<link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>