I’m designing an App using HTML and CSS with a little jQuery. I’ve been using jQuery Mobile, but the default CSS is getting in the way. Can I just essentially create a website with the right dimensions and than turn that into an App? Thanks. 🙂
Share
jQuery Mobile is for mobile websites. It uses progressive enhancement to give you the best experience possible for most mobile devices.
Is it necessary? No, you could use another framework or roll your own.
Update based on PhoneGap comments – You can use any html, javascript, and css that you want to make your website. However, you may find that certain frameworks work better with PhoneGap’s browser than others.