2016-03-23 4 views
0

Я создал мобильное приложение и разработал его с помощью CSS и ThemeRoller на Dreamweaver. Он отлично смотрится на сафари, но когда я использую 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

Смежные вопросы