* Adjusted viewport setting to properly adjust font/scale size for Pre3 and other resolutions
This commit is contained in:
parent
d8b5122bb6
commit
cc94da6922
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Todo.txt Enyo</title>
|
<title>Todo.txt Enyo</title>
|
||||||
<meta name="viewport" content="height=device-height,width=device-width">
|
<meta name="viewport" content="height=device-height">
|
||||||
<script src="/opt/PalmSDK/Current/share/framework/enyo/1.0/framework/enyo.js" type="text/javascript" launch="nobridge"></script>
|
<script src="/opt/PalmSDK/Current/share/framework/enyo/1.0/framework/enyo.js" type="text/javascript" launch="nobridge"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in a new issue