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

Improve display on mobile devices #17

Open
pmolodo opened this issue Apr 20, 2020 · 0 comments
Open

Improve display on mobile devices #17

pmolodo opened this issue Apr 20, 2020 · 0 comments
Labels
enhancement New feature or request medium Task will take a relatively average amount of time to complete
Projects

Comments

@pmolodo
Copy link
Owner

pmolodo commented Apr 20, 2020

ie, currently, on my iphone, in portrait mode, the graph is stretched "too" high - looks odd
but in landscape mode, the controls on the left are larger than the max height of the screen; this sets the min size for the entire layout, including the plot to the right, meaning that the plot doesn't fit on the screen

For portrait, need a way to set a max height (or max aspect ratio?)
For landscape, need a way to make the min plot height not tied to the height of the controls on the left. Possibly but enclosing the controls on the left in a scrollable column? Ie, something like what is described here:

bokeh/bokeh#7321
https://groups.google.com/a/continuum.io/d/msg/bokeh/4IfHxkYweV4/yW9GGPbbBAAJ

@pmolodo pmolodo added enhancement New feature or request medium Task will take a relatively average amount of time to complete labels Apr 20, 2020
@pmolodo pmolodo added this to Untriaged in covid19 via automation Apr 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request medium Task will take a relatively average amount of time to complete
Projects
covid19
  
Untriaged
Development

No branches or pull requests

1 participant