2016-03-23 106 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

相關問題