Page 1 of 2

How can I implement NativeDroid themes?

Posted: Thu Feb 13, 2014 11:01 am
by Chris A

I'd like to use these JQM themes, but I guess I need to overwrite some files. How can I do that?

http://nativedroid.godesign.ch/

http://nativedroid.godesign.ch/demo/g...

Thanks


How can I implement NativeDroid themes?

Posted: Thu Feb 13, 2014 12:53 pm
by Maryna Brodina

Hello! Download theme you need and use as shown here http://docs.appery.io/documentation/u...


How can I implement NativeDroid themes?

Posted: Sat Feb 15, 2014 9:16 am
by Chris A

Hi Maryna,

it doesn't seem to be working... can you maybe try doing it? I think it's quite a popular theme.

Thanks


How can I implement NativeDroid themes?

Posted: Mon Feb 17, 2014 8:45 am
by Kateryna Grynko

Hi Chris,

What exactly doesn't work? Did you add CSS for your theme?


How can I implement NativeDroid themes?

Posted: Mon Feb 17, 2014 8:47 am
by Chris A

Yes, but I think more steps are required. Unfortunately I have no experinece with theming and the NativeDroid's instructions are not very clear. I guess for you it's very easy? http://nativedroid.godesign.ch/demo/g...

Thanks a lot


How can I implement NativeDroid themes?

Posted: Mon Feb 17, 2014 5:30 pm
by Kateryna Grynko

Chris,

Do you have any specific question? Did you follow all the instructions? How did you add the theme? Did you add any extra CSS?


How can I implement NativeDroid themes?

Posted: Tue Feb 18, 2014 3:59 am
by Chris A

According to the instructions, the following css files must be referenced (and it can be seen in this example http://nativedroid.godesign.ch/demo/t...):
jquerymobile.nativedroid.css
jquerymobile.nativedroid.dark.css
jquerymobile.nativedroid.color.green.css

So I copied their content and pasted them into new CSS files.

Then, they say that no theme must be selcted for this to work, so I assume they mean that we have to select the standard JQM theme.

Unfortunately it doesn't seem to be working properly and in the inspector pretty much all the nativedroid css instructions are crossed. What can I do?


How can I implement NativeDroid themes?

Posted: Wed Feb 19, 2014 7:13 am
by Kateryna Grynko

Hi Chris,

You can delete jqm.css using source code editor: http://docs.appery.io/tutorials/sourc...

Or you can use JS: pre$("[href='files/resources/lib/theme/jqm/jqm.css']").remove();/preCall this code on page Load event.


How can I implement NativeDroid themes?

Posted: Sun Feb 23, 2014 10:16 am
by Chris A

Hi Katya,

unfortunately it doesn't seem to be working. Any other ideas?

Thanks


How can I implement NativeDroid themes?

Posted: Mon Feb 24, 2014 5:37 am
by Alena Prykhodko

Hi Chris,

Any error in browser console http://docs.appery.io/documentation/d...?