phonegap、jquerymobile、html5 を使用してアプリを作成しました。ビデオストリーミングが含まれています。iframe を含むページのコンテンツは動的に表示されます。Android 4.1で試してみましたが、問題なく動作していました。Android 2.2.1/2.3.3/2.3.6 バージョンではプレイできませんでした。
Android デバイス 2.3 バージョン以降で iframe を使用してビデオを表示したかったのです。iframe コードを以下に示します。
<iframe src="http://fast.wistia.com/embed/playlists/mqr7n354p2?autoAdvance=false&media_0_0%5BautoPlay%5D=false&media_0_0%5BcontrolsVisibleOnLoad%5D=false&version=v1&videoOptions%5BautoPlay%5D=false&videoOptions%5BvideoHeight%5D=180&videoOptions%5BvideoWidth%5D=320&videoOptions%5BvolumeControl%5D=true" allowtransparency="true" frameborder="0" scrolling="no" class="wistia_playlist" name="wistia_playlist" width="320" height="180"></iframe>
以下は、サンプルコードを見つけることができるリンクです。 http://jsfiddle.net/maneeshn/vtP8e/1/