Agustin Gosende
Posts: 0
Joined: Fri Mar 13, 2015 8:52 pm

Export APK with CSS problems

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. Image Image

Image

Any Idea o guide to solve this. Thanks!

Image

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Export APK with CSS problems

Hello Agustin,

Please use pre!important/pre instead of pre!Iimportant/pre (only lower case) to fix that problem

Agustin Gosende
Posts: 0
Joined: Fri Mar 13, 2015 8:52 pm

Export APK with CSS problems

It Works!! Thanks!!

Return to “Issues”