Ben Novak

Results 7 comments of Ben Novak

Same here. not on header though. Just a form tag with 100% width. The page jumps up to fill to space even if I manually place `use-placeholder="true"`

Also, I see that on Android when I wrap the card's children with `touchablenofeedback`, the tap passes and registers on the second card and not the first. iOS works fine.

Did you try hacking it with zIndex / elevation? Generally speaking, not sure putting scrollable elements inside a swipeable card is a good UX pattern for your users.

Same here. @batuypn 's solution didn't help me as well.

Oh and these are my settings: ![screen shot 2017-06-29 at 11 44 44](https://user-images.githubusercontent.com/4677846/27679471-82a35834-5cc1-11e7-81af-13d3d2a6f303.png) ![screen shot 2017-06-29 at 11 45 10](https://user-images.githubusercontent.com/4677846/27679474-8619e6c2-5cc1-11e7-9900-a4a3c5846fc4.png)

Hey @ivanjpolanco , I'm trying to add this package to a multi-tenant app now, how did you solve this?