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
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
Hello! Download theme you need and use as shown here http://docs.appery.io/documentation/u...
Hi Maryna,
it doesn't seem to be working... can you maybe try doing it? I think it's quite a popular theme.
Thanks
Hi Chris,
What exactly doesn't work? Did you add CSS for your theme?
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
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?
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?
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.
Hi Katya,
unfortunately it doesn't seem to be working. Any other ideas?
Thanks
Hi Chris,
Any error in browser console http://docs.appery.io/documentation/d...?