Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making the App Responsive and Look Awesome on Mobile Devices #1

Closed
kenmazaika opened this issue Nov 26, 2015 · 2 comments
Closed

Making the App Responsive and Look Awesome on Mobile Devices #1

kenmazaika opened this issue Nov 26, 2015 · 2 comments

Comments

@kenmazaika
Copy link

On mobile things don't look as good as they could be.

One thing you could look into is to add the "mobile meta tag" to your app, so the responsive effect of Bootstrap actually shows up on Mobile.

Let me know in the comments once you figured that step out :)

@smlovin2
Copy link
Owner

Hey Ken,

I believe I got it working better on mobile now. I did like you said and added this line to my head in app/views/layouts/application.html.erb:

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">"

I pushed my changes and checked it out on my phone and it seems to be scaled much better now. Thanks for the help, let me know if there is anything I missed you think needs improving!

@kenmazaika
Copy link
Author

Thumbs up! :) 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants