Phonegap Android を使用してアプリケーションにローカル html ファイルを読み込もうとしましたが、常にフルスクリーンの html ページが表示されて終了します。
これが私のコードです:
<!-- my header code -->
<div data-role="content" id="termsContent">
<iframe id="frame" src="tnc.html" width="100%" height="100%">
</iframe>
</div>
<!-- my footer code -->
html ファイルを iframe タグにロードするだけです。私の実装は間違っていますか?