Bad Addy
Posts: 0
Joined: Fri Dec 13, 2013 9:34 pm

jquerymobile is the css auto added into projects?

I have tried some jquerymobile components, but they are not working, can I just ask if the CSS is auto added like the .js file is ?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

jquerymobile is the css auto added into projects?

Hello! To add CSS you need to create CSS asset and paste there your CSS code.
http://docs.appery.io/documentation/w...

Bad Addy
Posts: 0
Joined: Fri Dec 13, 2013 9:34 pm

jquerymobile is the css auto added into projects?

Thank you. So if I wanted to use the listview, that is shown in jquerymobile demos, I would need some how to bring in the CSS from jquerymobile to make it look right ?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

jquerymobile is the css auto added into projects?

You would need to create CSS asset and add there CSS code from jquerymobile. If some styles are overwritten with default ones, you can give them higher priority (make selector more specific or add !important to the property)
http://docs.appery.io/documentation/w...
http://docs.appery.io/documentation/u...

Bad Addy
Posts: 0
Joined: Fri Dec 13, 2013 9:34 pm

jquerymobile is the css auto added into projects?

I tried to put the jquerymobile css file, but it was too big, and my browser could not really cope with it, or Appery site couldn't.

either case, I am unable to bring the listview style over ?

http://demos.jquerymobile.com/1.2.1/d...

It seems odd you bring the JS over, but not the CSS when your UI likes to use jquerymobile components ?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

jquerymobile is the css auto added into projects?

Hi,

CSS validation takes some time to process it, please wait. Appery uses jqm.css and you can add another styles using custom CSS that will overwrite other styles.

Bad Addy
Posts: 0
Joined: Fri Dec 13, 2013 9:34 pm

jquerymobile is the css auto added into projects?

okay, so it adds both the JS and CSS from jquerymobile. So when I request a list style, it should just show it. But it does not ?

Do I need to do anything else or include anything to match that style of list, as per the above link ?

Bad Addy
Posts: 0
Joined: Fri Dec 13, 2013 9:34 pm

jquerymobile is the css auto added into projects?

Dont worry, I have fixed this. thank you :)

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

jquerymobile is the css auto added into projects?

Thank you for update!

Return to “Issues”