Alessandro Crugnola
Alessandro Crugnola
Can you also reproduce this with the sample app? Because it's working correctly here.
yes it works, as long as you're able to find the view below the view inside the tablayout
I have to investigate how the iOS UIGestureRecognizer handles this. I'd like to keep this as close as possible to the ios version.
it's definitely a bug. I'll look into this!
It's not possible now. But I'll investigate this feature. It looks like you need to provide an Adapter to the component
nice! can you submit a pull request?
why dont use the setDisplayType( DisplayType.FIT_TO_SCREEN ) ?
Thanks but I pushed a new version just yesterday which doesn't use the mChildHeight anymore, because now children can have a variable height too. Can you pls check your patch...
you should pass a fixed layout_height, otherwise we need to check all the children heights, since they can have a variable height.
why do we need that listener?