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

ndl.iitkgp.ac.in - desktop site instead of mobile site #8878

Closed
webcompat-bot opened this issue Aug 12, 2017 · 2 comments
Closed

ndl.iitkgp.ac.in - desktop site instead of mobile site #8878

webcompat-bot opened this issue Aug 12, 2017 · 2 comments
Labels
Milestone

Comments

@webcompat-bot
Copy link

URL: http://ndl.iitkgp.ac.in/document/fBdFcaCRnkYgi3e9aq2vsRGy0GIEl3yco2p2I2hwstwJpGudCwysSKbapLpIBO1UAnmcjaMkDYHJxx03z5D-og

Browser / Version: Firefox Mobile 57.0
Operating System: Android 7.0
Tested Another Browser: No

Problem type: Desktop site instead of mobile site
Description: layout
Steps to Reproduce:
For example,

  1. I've tried to log in.
  2. I've filled out the form details.
  3. I clicked on the submit button.
  4. Nothing happened.

From webcompat.com with ❤️

@MDTsai
Copy link

MDTsai commented Aug 15, 2017

The same on Chrome mobile. But Chrome ignore the width setting and able to pan to see the right part of the page.
Root cause is this page is not designed by mobile but add meta viewport to restrict user scrolling. Overflow content might be part of https://bugzilla.mozilla.org/show_bug.cgi?id=1336332

@karlcow
Copy link
Member

karlcow commented Sep 18, 2017

html {
	min-width: 800px;
	height: 100%;
	max-height: 100%;
}
body {
	overflow: hidden;
	height: 640px;
}

we lack https://bugzilla.mozilla.org/show_bug.cgi?id=1123938 Virtual viewport to fix this.

@karlcow karlcow added this to the duplicate milestone Oct 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants