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

docs.opencv.org - desktop site instead of mobile site #15668

Closed
ilayaraja97 opened this issue Feb 26, 2018 · 6 comments
Closed

docs.opencv.org - desktop site instead of mobile site #15668

ilayaraja97 opened this issue Feb 26, 2018 · 6 comments

Comments

@ilayaraja97
Copy link

URL: https://docs.opencv.org/master/d9/df8/tutorial_root.html

Browser / Version: Firefox Mobile 60.0
Operating System: Android 7.0
Tested Another Browser: Yes

Problem type: Desktop site instead of mobile site
Description: The site isn't responsive for mobile screens on Firefox nightly mobile.
Steps to Reproduce:
Open the web page in Firefox nightly mobile. Google Chrome site is responsive to mobile.
Screenshot Description

From webcompat.com with ❤️

@haseebgit
Copy link
Member

Confirmed, I'm getting mobile site on FF 60.0 and Android 6.0

@softvision-oana-arbuzov
Copy link
Member

Thanks for the report @ilayaraja97, indeed the issue is reproducible, even if on Chrome the site is partially mobile optimized.
screenshot-1519631672104

Tested with:
Browser / Version: Firefox Mobile Nightly 60.0a1 (2018-02-25)
Operating System: Google Pixel (Android 8.0.0) - 1080 x 1920 pixels (~441 ppi pixel density), Samsung Galaxy S7 Edge (Android 7.0) - Resolution 1440 x 2560 pixels (~534 ppi pixel density)

Moving to Needsdiagnosis for further investigation.

@karlcow
Copy link
Member

karlcow commented Feb 27, 2018

There are a couple of things happening here.

  • no viewport meta
  • content with a fixed width.
div.contents {
	width: 980px; 
	margin: 0 auto;
	padding: 15px 15px;
	border: 1px solid rgb(10, 80, 122);
	background-color: #fff;
}

@karlcow
Copy link
Member

karlcow commented Feb 27, 2018

Close as duplicate of https://bugzilla.mozilla.org/show_bug.cgi?id=1123938

@karlcow
Copy link
Member

karlcow commented Feb 27, 2018

Probably they also do fonts increase on CHrome.

@karlcow
Copy link
Member

karlcow commented Oct 11, 2018

Yes after rechecking this site. The same content is sent to Firefox and Chrome. The only difference is that Chrome does font inflation. So not a webcompat issue. This is a undefined browser feature.

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