phonegap 2.0 を使用して phonegap アプリを作成しました
よく働く!
phonegap 2.2 に更新すると、ドロップダウンの機能が失われます
彼女は私のドロップダウンの例です
<select name="ctl00$ContentPlaceHolder2$ddlAgent" onchange="javascript:setTimeout('__doPostBack(\'ctl00$ContentPlaceHolder2$ddlAgent\',\'\')', 0)" id="ctl00_ContentPlaceHolder2_ddlAgent" style="width:90%;text-align:center;">
<option selected="selected" value="1">Option1</option>
<option selected="selected" value="1">Option1</option>
<option selected="selected" value="1">Option1</option>
</select>
設定の問題ではないと思いますが、phonegap の最新バージョンの問題ですか? またはそれは私のコードにありますか?これが始まりです... これが私の頭です
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum- scale=1.0"/>
<link rel="apple-touch-icon" sizes="114x114" href="images/splash/splash-icon.png">
<link rel="apple-touch-startup-image" href="images/splash/splash-screen.png" media="screen and (max-device-width: 320px)" />
<link rel="apple-touch-startup-image" href="images/splash/splash-screen@2x.png" media=" (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)" />
<meta name="apple-mobile-web-app-capable" content="yes"/>
<title>DCC On-The-Go</title>
<link href="style/style.css" rel="stylesheet" type="text/css">
<link href="style/retina.css" media="only screen and (-webkit-min-device-pixel-ratio: 2)" rel="stylesheet" />
<link href="style/buttons.css" rel="stylesheet" type="text/css">
<link href="style/photoswipe.css" rel="stylesheet" type="text/css">
<script src="scripts/jquery.js"></script>
<script src="scripts/easing.js"></script>
<script src="scripts/tweetable.js"></script>
<script src="scripts/roundabout.js"></script>
<script src="scripts/contact.js"></script>
<script src="scripts/swipe.js"></script>
<script src="scripts/klass.min.js"></script>
<script src="scripts/photoswipe.js"></script>
<script src="scripts/retina.js"></script>
<script src="scripts/custom.js"></script>
</head>
また、他のバージョンをテストするために、2.3 と 2.1 を試すつもりです...
phonegap 2.2 とこの問題に関する人々の考え、意見、議論を楽しみにしています...