-
Notifications
You must be signed in to change notification settings - Fork 314
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
Configuration detection #36
Comments
Could you not change your width rule (in config) to say 660? ie. mobile: { range: '-660' } On Thu, Jan 30, 2014 at 8:40 AM, bm322 notifications@github.com wrote:
|
FF is my primary browser and I haven't run into that before. Is the page zoomed out a bit or something? |
I'm having an issue with firefox [v24] but I don't think it's version specific.
I'm testing a mobile vs desktop config. I get the page into mobile mode, <= 640px. I load a new page expecting to stay in mobile mode, but it jumps back into desktop mode.
I added a few logging statements and narrowed it down to getViewportWidth. The issue is the vertical scroll bar as far as I can see.
With the exact same browser widths, IE reports a width of 640, but FF says 657.
I am assuming IE calcs the scrollbar width included with the 640, but FF adds it to the width.
Am I correct? Is there a fix for this?
In my testing I get the window to 640px to get mobile mode, load a page and it kicks back to desktop mode [657px width]. I move 1 px and get dumped back to mobile.
I don't get a consistent FF mobile mode unless I get the window to < 623px. Once in the mobile, I'm good until I get > 640, but a width 623-640 toggles between mobile/desktop when refreshing.
The text was updated successfully, but these errors were encountered: