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

as a user, when working on a small screen, i want the app to not show the scores table in portrait mode but show a hint to tilt the device into portrait mode #1

Open
Dr4K4n opened this issue Nov 10, 2014 · 0 comments
Labels

Comments

@Dr4K4n
Copy link
Owner

Dr4K4n commented Nov 10, 2014

this can be done using CSS @media-queries

@media (orientation:'portrait') and (max-width: 479px) {
// hide normal view and show hint
}
@Dr4K4n Dr4K4n changed the title App should recognize small screens and not show in portrait mode but show a hint to tilt the device for portrait mode as a user, when working on a small screen, i want the app to not show the scores table in portrait mode but show a hint to tilt the device into portrait mode Nov 21, 2014
@Dr4K4n Dr4K4n added the ready label Nov 21, 2014
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

1 participant