-
Notifications
You must be signed in to change notification settings - Fork 239
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
Display issues on mobile #286
Comments
I have very similar issues on Firefox Mobile.
I have two suspicions:
Overall, this all seems to be related to the fact that the modern look forces a certain minimum screen width, and then the content does not always respect it. The minimum screen width makes mobile browser and even half screen docked content get obscured by the navigation menu. A graceful degradation into a vertical stacked layout ought to address the issue and make smaller viewports into a quality usable product. Right now, mobile especially is pretty terrible, and I only use it because Android doesn't have reality yet. |
The web version is not designed for mobile browsers. |
After more time playing:
The only other gamebreaker I have found on mobile (currently at cel1), is replicanti galaxies on the Active path. There isn't a button overlay option, like on android, for the R hotkey, and trying to rapid click the main button triggers browser zoom in and out, so it's impossible to hand click it fast enough. Other mobile browsers might let you get away with clicking, but the overlay button from the android version would really help. Also ought to be good for screen tabs and other semi-mobiles. |
Hello,
I'm having a few issues while playing on mobile (980px width * 1850px height), the main ones that I keep coming back to are:
All of that seems to be adressed by setting
min-width: 1200px
on the htmlbody
and using the browser scroll - would you consider such a change?Thanks
The text was updated successfully, but these errors were encountered: