2016-03-23 13 views
0

私はモバイルアプリケーションを作成し、DreamweaverでCSSとThemeRollerを使用してスタイルを設定しました。 Safariでは素晴らしいですが、PhoneGap Buildを使用してAndroid搭載端末でテストすると、スタイリングが消えます。デバイスでThemeRollerが動作しない

私は、CSSとThemeRollerスタイルを自分のコードに埋め込みました。

以下は私のコードのスニペットです。

<link rel="stylesheet" href="themes/jquery.mobile.icons.min.css" /> 
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile.structure-1.4.5.min.css" /> 
<link href="styleSheet/fgStyle.css" rel="stylesheet" type="text/css"> 
<link href="themes/fg-designs-custom-theme.css" rel="stylesheet" type="text/css"> 
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script> 
<script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script> 

答えて

0
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" /> 
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script> 
<script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"</script> 
<script type="text/javascript" src="js/index.js"></script> 
<script src="phonegap.js"></script> 
+0

おかげで、私は私の仕事にそのコードを貼り付けてみましたが、それは私のスタイリングを台無しに – Fathima

関連する問題