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

warontherocks.com - mobile site is not usable #5385

Closed
webcompat-bot opened this issue Mar 30, 2017 · 3 comments
Closed

warontherocks.com - mobile site is not usable #5385

webcompat-bot opened this issue Mar 30, 2017 · 3 comments

Comments

@webcompat-bot
Copy link

URL: https://warontherocks.com/
Browser / Version: Firefox Mobile 54.0
Operating System: Android 5.0
Problem type: Mobile site is not usable

Steps to Reproduce

  1. Navigate to: https://warontherocks.com/

Expected Behavior:

Actual Behavior: Size is huge, and cannot be reduced to fit the screen

From webcompat.com with ❤️

@adamopenweb
Copy link
Collaborator

adamopenweb commented Mar 30, 2017

Thanks for the report. This doesn't appear to be a web compatibility issue as the site renders the same in both Firefox and Chrome.

Using the "Request Desktop Site" button allows the site to be viewed a little better.

Viewport settings:

<meta name="viewport" content="initial-scale=1.0001, minimum-scale=1.0001, maximum-scale=1.0001, user-scalable=no"/>

chrff

If someone would like to reach out to the website about this issue, that would be helpful for other users.

@MDTsai
Copy link

MDTsai commented Mar 31, 2017

I receive huge in Firefox mobile and good in Chrome mobile as my attachment. But as @adamopenweb said, it's a viewport issue like #3498.

Screenshot of the site issue

Easily to fix the viewport to:

<meta name="viewport" content="width=device-width, initial-scale=1, min-scale=1, max-scale=1, shrink-to-fit=no">

@karlcow
Copy link
Member

karlcow commented Mar 31, 2017

adding to the list of whatwg/compat#62

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

No branches or pull requests

5 participants