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

EditText #1

Open
pjtfernandes opened this issue Jun 23, 2014 · 2 comments
Open

EditText #1

pjtfernandes opened this issue Jun 23, 2014 · 2 comments

Comments

@pjtfernandes
Copy link

How would one go about putting a edittext on a page. I've tried but the touch event doesn't reach the editText.

@briangriffey
Copy link
Owner

All of the touch events are currently being intercepted and not passed to the child views. It's not really meant for adding touchable buttons and stuff to it. I just need to redo this library to be more malleable and extendable.

@pjtfernandes
Copy link
Author

Thanks for the reply, I ended up passing the editview I wanted to touch to the TurnView and checked if touch event was in the bounds of the editView and then called the touch event of the editView.

cesine referenced this issue in cesine/book-animation Sep 12, 2014
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

No branches or pull requests

2 participants