jquery モバイルを使用して Android phonegap アプリを設計しました。ポップアップを表示する必要があり、jquery モバイル ポップアップの高さを設定しました。CSS で Overflow:scroll を指定しましたが、ポップアップ コンテンツは Android 4.0 でスクロールされますが、Android ではスクロールされません。 2.2.
これが私のコードです
<div align="center">
<a href="#popupBasic" data-rel="popup">Pop Up</a>
</div>
<div data-role="popup" id="popupBasic" data-dismissable="false" data-theme="c" data-overlay-theme="c" >
<p id="popup_content">PhoneGap is a free and open source framework that allows you to create mobile apps using standardized web APIs for the platforms you care about.Easily create apps using the web technologies you know and love: HTML, CSS and JavaScript.From first-timers to long-time veterans, we’ve got your dev needs covered. The developer portal is the place to find guides, documentation and tutorials.This guide describes how to set up your development environment for Cordova and run a sample application.</p>
</div>
CSS:
.ui-popup { 位置: 相対; 高さ:100px; オーバーフロー:スクロール; }
よろしくお願いします。よろしくお願いします。