私はjqueryモバイルファイルでscrollviewプラグインを使用しており、iOSでうまく機能します。ただし、iframeを使用すると、スクロールyが適用されず、その内容は固定されたままになります。iframeにスクロールyを適用するにはどうすればよいですか?ありがとうございました
<div data-role="page" id="init" data-theme="a">
<div data-role="header" id="head" data-position="fixed" data-tap-toggle="false">
</div>
<div data-role="content" data-scroll="y" id="cont" data-theme="a" style="border:none;">
<iframe data-scroll="y" src="http://www.abcd.com" style="border: 0px none;" height="100%" width="100%">
</iframe>
</div>
<div id="id3">
</div>
</div>
必要なすべてのjquerymobileおよびscrollviewプラグインが添付されています。