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

fix bug with address entry on android devices #25

Open
clhenrick opened this issue Jun 12, 2015 · 1 comment
Open

fix bug with address entry on android devices #25

clhenrick opened this issue Jun 12, 2015 · 1 comment
Labels

Comments

@clhenrick
Copy link
Owner

On some android mobile devices when the user selects the address search, the keyboard display shortens the height of the browser's window causing the css media query to display the landscape message and thus not allowing the user to actually enter an address.

solution: Use media query to detect device rotation instead of height.

@clhenrick
Copy link
Owner Author

  • switching the CSS media query to detect landscape instead of width did not seem to fix the problem

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