New issue
Advanced search Search tips

Issue 597558 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Mar 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 2
Type: Bug



Sign in to add a comment

Device mode: 100% width does not update on manual resizing of the preview

Reported by arnold.s...@gmail.com, Mar 24 2016

Issue description

UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36

Steps to reproduce the problem:
1. Enable device mode
2. Enable mobile user agent
3. Responsive Setting & Zoom 100%
4. Manually resize the device preview

What is the expected behavior?
The device mode should update the viewport width (100% on the website i've tested it with) when manually resizing the preview.

What went wrong?
The width is stuck at about 900px when the actual width of the website is 100%. The width does not update once the device mode is resized larger/smaller.

Did this work before? Yes Version before the new Google Chrome Devtools features were introduced.

Chrome version: 49.0.2623.87  Channel: stable
OS Version: OS X 10.11.3
Flash Version: Shockwave Flash 21.0 r0
 
devtools.gif
643 KB View Download
Edit: This problem only occurs when no specific viewport meta tag is set. Specifying the `<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">` tag does solve the problem for me.
Owner: dgozman@chromium.org
Status: Assigned (was: Unconfirmed)
Dmitry, please take a look.
Status: WontFix (was: Assigned)
This is a default behavior of mobile browsers: when no meta viewport is set, minimum body width is set to 980px.

Sign in to add a comment