jQuery Mobile for mobile and desktop? -
i'm developing web app. mysql/php back-end, , html/jquery front-end.
i wanted use jquery ui framework.
now see jquery mobile out, , want make app accessible mobile devices as possible.
i googled, didn't find quality answer.
can make work form same code if use jquery mobile?
i'd show mobile widgets if accessed form mobile browser.
use jquery ui widgets accessed desktop browser.
is possible using jquery mobile , markup, or have write front-end mobile (jquery mobile) , desktop (jquery ui) separately?
that is, can jquery mobile, automatically "fall-back" jquery ui if accessed desktop browser.
i think largely depends on want , functionality you're trying capture. if want webpage behave way on mobile , same desktop, careful coding/testing, you'll alright jquery.mobile.
if check out css jquery.mobile (uncompressed version), can edit code directly show html elements way want particular screen sizes. select 1 desktop / large screen sizes scale appropriately.
depending on you're trying accomplish in terms of mobile version, i'd check out jqtouch - allows mobile-specific functionality, such "tap" (in place of "click"), example - has desktopcompatability option, reverts desktop browsers.
one note, either of these libraries, you'll still need root jquery library.
hope helps.
Comments
Post a Comment