Skip to content Skip to sidebar Skip to footer

Jquery Mobile - Can I Use It With Existing Layout?

I have a web site template that I really like but I want to use some of jquery mobiles functionality such as their page transitions. Can I use my existing website template along wi

Solution 1:

HTML5 and jQuery are pretty much compatible for migration to a jQuery mobile scenario. If your controls are not complicated enough to be unworkable with fingers.

You should be fine as long as you make sure you simplify the content so users don't see a huge loads of content as they would on a normal screen. (But do give users the option of visiting the normal site).

Try to minimise sending images and videos down the line.

If you use external API's, sometimes they need alternative arrangement for their service to work on a mobile device. So study those.

And finally it is going to be a huge benefit to your career in supporing mobile devices if you read this document

Post a Comment for "Jquery Mobile - Can I Use It With Existing Layout?"