Hi, I create a Custom CSS file and a Custom Theme (only for Fonts). And The App works on Browser preview, App Tester, but when I export an APK an install on device some Clasess are not included and the app looks without design. It happens on H1, Header and mostly on background image in radio button. Here the link to see the app.
The CSS I use for the radio buttons is:
[dsid=radiogirasol] .ui-radio-off{
background-image: url('../img/girasoloff.png') !Important;
background-repeat: no-repeat !Important;
background-color: #f1f1f1 !Important;
border:none !important;
}
[dsid=radiogirasol] .ui-radio-on{
background-image: url('../img/girasolon.png') !Important;
background-repeat: no-repeat !Important;
background-color: #0cac7e !Important;
border:none !important;
}
Attached screen shoot with exported APK.
Any Idea o guide to solve this. Thanks!