こんにちはすべて私はajaxをサポートしていないblackberr5のアプリケーションを開発しています。を使用してwindow.location.href = "MainMenu.html";
、あるhtmlから別のhtmlに移動しています。MainMenu.htmlファイルには、次のようなヘッダーがあります。
<div data-role="header" align="center">
<a href="#" data-rel="back" data-icon="arrow-l">Back</a>
<h1>Test.html</h1>
<a href="MainMenu.html" data-icon="grid">Menu</a>
</div>
しかし、戻るをクリックすると、前のページに移動しません。そして、私が使用する場合$.mobile.changePage('MainMenu.html');
、戻るボタンは正常に機能します。次に、blackberry5の場合は戻るボタンの処理方法。任意の提案をいただければ幸いです。