Meteor's bootstrap page doesn't look to be in responsive design

Here the test app I was making by reading Discover Meteor: http://askar.meteor.com

And this one I did in Rails with Bootstrap: http://ichiba-demo.herokuapp.com

Try to access them via a smartphone and you will notice the one in Meteor won’t look like responsive.

I must be missing something…

You can add

<meta name="viewport" content="width=device-width, initial-scale=1">

to your <head> to solve this problem.

1 Like

Awesome. You helped me to recall that I did similar thing in the Rails app. (shame on me!)

I should have done some efforts on this! :smile:

1 Like