Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

jQuery Mobile

Options
  • 10-05-2012 9:06pm
    #1
    Registered Users Posts: 806 ✭✭✭


    So I'm currently testing the waters at the moment in regards to mobile web development. I just came across jQuery Mobile and it looks quite good (and easy to understand).

    http://jquerymobile.com/

    Just wondering if any of you have used it and how you adapted your original sites to work on a mobile platform.

    Any tips or tricks?

    Cheers


Comments

  • Closed Accounts Posts: 2,663 ✭✭✭Cork24


    Niall09 wrote: »
    So I'm currently testing the waters at the moment in regards to mobile web development. I just came across jQuery Mobile and it looks quite good (and easy to understand).

    http://jquerymobile.com/

    Just wondering if any of you have used it and how you adapted your original sites to work on a mobile platform.

    Any tips or tricks?

    Cheers


    CSS should fix this with out the need for jquery, I find plug in a nice bit of work as well If you can find the right one


  • Closed Accounts Posts: 2 TheyCallMeMrT


    Started working with jQM myself recently, I am not considering porting existing sites to mobile but I am definitely thinking of writing all new web apps using jQM! One thing i found is to make sure all links include the rel='external' attribute if they are not internal page links.

    Here are some references I found really useful, hope they help:
    - Create your own customized theme using themeroller
    - and a cheatsheet


  • Registered Users Posts: 522 ✭✭✭mwrf


    Check out Sencha touch also if you're going this route.
    https://www.sencha.com/products/touch/


  • Closed Accounts Posts: 976 ✭✭✭Kev_2012


    Yep have used it a bit myself. I've noticed that it can be slow on lower spec android phones though.

    Pages are fed into the DOM via AJAX. It's a fairly cool framework alright and there are plenty of plugins out there for galleries etc.


Advertisement