ThemeRoller无法在设备

时间:2016-03-23 11:09:46

标签: android css jquery-mobile-themeroller

我已经创建了一个移动应用程序,并在Dreamweaver上使用CSS和ThemeRoller对其进行了样式设置。它在safari上看起来很棒但是当我使用PhoneGap Build在我的Android设备上进行测试时,样式就会消失。

我已经尝试将CS​​S以及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>

1 个答案:

答案 0 :(得分: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>