briangriffey / book-animation

book-animation
Apache License 2.0
82 stars 28 forks source link

EditText #1

Open pjtfernandes opened 10 years ago

pjtfernandes commented 10 years ago

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

briangriffey commented 10 years ago

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 commented 10 years ago

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.