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 touch screen on Canvas and popLayer method. #414

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open

Fix touch screen on Canvas and popLayer method. #414

wants to merge 1 commit into from

Conversation

kynora
Copy link
Contributor

@kynora kynora commented Apr 26, 2018

  • Touch screen coordinate on mobile device not correct when in portrait mode.
  • Canvas.popLayer(); pop the last dialogs, not work with specific layer.

@greenfire27
Copy link
Contributor

You're basically switching back to the old code that was written before mobile devices were added. The functions that you're switching between are very similar except for a few bug fixes. If you switch back you might be fixing your problem but you are also reviving other bugs. It would be better to figure out a way to fix the new functions instead of just reverting back to the old ones.

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.

2 participants