Jquery mobile support

Hi
I am a big fan of jquery mobile and reading some blogs I get a feeling that meteor doesnt support jquery mobile. Is there a jquery mobile like plugin which is meteor supports?

Its not that Meteor doesn’t support jQuery Mobile, my first meteor app I wrote used it and it worked just fine (unfortunately domain registration just expired).

I think what confuses people is the fact that jQuery Mobile is basically a single page app where jQuery just displays different DIVs that are all present at the same time. And if it loads content, it would be from some AJAX call.

So if you’re planning to use Iron Router, or something like that, you will run into problems. If you write a single page app and use jQuery Mobile to display the information, you should be fine.