Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はjQueryモバイルを使用し、一番左のボタンにポップアップを追加しましたが、ポップアップウィンドウは画面の中央に配置されておらず、左パディングが多くなります。
Androidモードのポートレートモードでは、ポップアップダイアログが中央に配置されていません。このリンクのコードを使用して、これからポップアップダイアログボタンを生成しました
発生している問題は不明ですが、ダイアログをウィンドウの中央に配置するには、次のdata-position-to="window"ように使用します。
data-position-to="window"
<a href="#positionWindow" data-rel="popup" data-position-to="window"> <div data-role="popup" id="positionWindow"> <p>I am positioned to the window.</p> </div>