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 Minecraft soft buttons on tablets #18348

Merged
merged 3 commits into from Oct 13, 2017
Merged

Conversation

Hamms
Copy link
Contributor

@Hamms Hamms commented Oct 12, 2017

On tablets (and smaller screens), the player movement buttons appear below the video links if present, making them unclickable in this situation.

Note that this is unique to Minecraft, since in all other apps with movement buttons we keep the buttons on the screen at all times and simply enable/disable them, rather than hiding them entirely.

The simple fix is to make sure that we're resizing the belowVisualization area whenever we toggle the buttons on or off.

Before

resize-old

After

resize

@Hamms Hamms requested a review from joshlory October 12, 2017 20:47
Copy link
Contributor

@joshlory joshlory left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice find! LGTM 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants