You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Browser: [all | Chrome XX | Firefox XX | Edge XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
iOS 11.2.1
Anything else:
I couldn't find a good way to submit feedback specific for documentation. There is a button titled 'Improve this doc,' but that doesn't seem to be a way to provide feedback - it wants you to fork the repository.
The text was updated successfully, but these errors were encountered:
gkalpak
added a commit
to gkalpak/angular.js
that referenced
this issue
Feb 11, 2018
Previously, our custom styles used `@media` breakpoints for
small/extra small devices that were off-by-one from
[Bootstrap breakpoints](https://getbootstrap.com/docs/3.3/css/#responsive-utilities-classes)
(767px vs 768px). This caused the site to not be displayed correctly on
these exact sizes, which affected for example all iPad devices (whose
screens are exactly 768px wide).
This commit fixes it by making our breakpoints match those of Bootstrap.
Fixesangular#16448
Good spot 😃
It turns out some @media breakpoints were off-by-one causing the site to not be displayed properly as exactly 767px or 768px. (And it turns out iPad is 768px wide 😁)
Should be fixed by #16449.
Previously, our custom styles used `@media` breakpoints for
small/extra small devices that were off-by-one from
[Bootstrap breakpoints](https://getbootstrap.com/docs/3.3/css/#responsive-utilities-classes)
(767px vs 768px). This caused the site to not be displayed correctly on
these exact sizes, which affected for example all iPad devices (whose
screens are exactly 768px wide).
This commit fixes it by making our breakpoints match those of Bootstrap.
Fixes#16448Closes#16449
Previously, our custom styles used `@media` breakpoints for
small/extra small devices that were off-by-one from
[Bootstrap breakpoints](https://getbootstrap.com/docs/3.3/css/#responsive-utilities-classes)
(767px vs 768px). This caused the site to not be displayed correctly on
these exact sizes, which affected for example all iPad devices (whose
screens are exactly 768px wide).
This commit fixes it by making our breakpoints match those of Bootstrap.
Fixesangular#16448Closesangular#16449
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm submitting a ...
Current behavior:
Development guide is not usable on an iPad, because the navigation sidebar on the left is not accessible.
Expected / new behavior:
Position navigation sidebar at top, bottom, or both when using an iPad
Minimal reproduction of the problem with instructions:
View https://docs.angularjs.org/guide on an iPad. Try to navigate to section on 'directives'
AngularJS version: 1.x.y
Browser: [all | Chrome XX | Firefox XX | Edge XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
iOS 11.2.1
Anything else:
I couldn't find a good way to submit feedback specific for documentation. There is a button titled 'Improve this doc,' but that doesn't seem to be a way to provide feedback - it wants you to fork the repository.
The text was updated successfully, but these errors were encountered: