I’m impressed by Meteor and would like to use it with jQuery-Mobile. I’d like to know if somebody has already built a sample integration app. If not, some guidelines would be great.
Regards,
Cédric
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I was wondering about this as well so I made a sample app:
http://jqmdemo.meteor.com/
And it seems to work well. You can find the source code here:
https://github.com/snez/jqm-meteor
There are a few gotchas when using the two together, see the comments in the code.
UPDATE: It looks like meteor.com is rolling upgrades to the meteor framework breaking old code there. Use this project as a reference only as there are better ways to do the same thing with the newer framework versions.