このウェブサイトをありがとう;)
phonegap と jquery mobile を使用して iPhone アプリを開発しています。
最初のページで、login.html ページにリダイレクトします。これを index_bis.js ファイルに入れるだけです: window.location.href ='login.html';
リダイレクトは機能しますが、ページにスタイルがありません。リダイレクトしないとスタイルが機能します! :(
アイデア ?どうもありがとう!
これは私の index.html の一部です:
<head>
<title>...</title>
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<link rel="stylesheet" href="css/jquery.mobile-1.3.0.css" />
</head>
<body>
<script src="js/jquery.js"></script>
<script src="js/jquery.mobile-1.3.0.js"></script>
<script src="js/login.js"></script>
<script src="js/index_bis.js"></script>
</body>