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 ?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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 ?
Hello! To add CSS you need to create CSS asset and paste there your CSS code.
http://docs.appery.io/documentation/w...
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 ?
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...
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 ?
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.
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 ?
Dont worry, I have fixed this. thank you ![]()
Thank you for update!