- This topic has 0 replies, 1 voice, and was last updated 11 years, 11 months ago by iprice.
-
AuthorPosts
-
ipriceMemberHello!
I have a UI that looks good on multiple android forms until the user selects a textbox to type a value into. At that time, the auto-zoom kicks in and the the text boxes are too small to use. I’ve tried every option for the text boxes but would much prefer to just turn off the auto-zoom when the user clicks on a textbox.
I edited the <program>.html file as per the forums here and am still having issues. Here’s what I have as of now-<html>
<head>
<title>milk</title>
<meta name=”generator” content=”MobiOne Studio – Design Center (2.2.3.201210310846), http://genuitec.com/mobile“/>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0″/>
<meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″/><meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″/>
<meta name=”apple-mobile-web-app-capable” content=”yes”/>
<meta name=”format-detection” content=”telephone=no”/>
<link rel=”stylesheet” href=”milk.css”/>
<link rel=”stylesheet” href=”res/spinningwheel.css”/>
<script type=”text/javascript” src=”res/jquery-1.8.2.min.js”></script>
<script type=”text/javascript” src=”res/iscroll.js”></script>
<script type=”text/javascript” src=”milk.js”></script>
<script type=”text/javascript” src=”res/phoneui.js”></script>
<script type=”text/javascript” src=”res/spinningwheel.js”></script>
<script type=”text/javascript” src=”milk_custom.js”></script>
<link rel=”apple-touch-icon” href=”images/ThermalineLogoNotext.png”/>
</head>
<body>Thanks for your help!
-
AuthorPosts