Copy link to clipboard
Copied
When creating a mobile app with Dreamweaver cs6, the only library or framework available is jquery mobile. Is there a way I can style the default jquery mobile look to look like material skin? I really love the look of material skin and I want to use Dreamweaver to design a mobile app.
I have used other framework though but I want to try Dreamweaver and see.
Your answers are highly appreciated.
Thank you.
David Pascal
Copy link to clipboard
Copied
To customize jQuery Mobile, use their ThemeRoller.
https://themeroller.jquerymobile.com/
Nancy
Copy link to clipboard
Copied
Also see how to add a background-image to a page 1 screen with CSS.
JQuery Mobile Tutorial - Adding background image for a page | 77-thoughts
That said, jQuery mobile is basically a 1 page application. Based on user input, different panels on the page toggle open or closed.
Nancy