Skip to content

[Android] [BUG] Click event wrong tab. #58

@han4wluc

Description

@han4wluc

I am using scrollable-tab-view with 3 children. Each child is a ListView

  <ScrollableTabView edgeHitWidth="200">

      <View tabLabel="TabOne" style={styles.container}>
        <TabOneListView />
      </View>
      <View tabLabel="TabTwo" style={styles.container}>
        <TabTwoListView />
      </View>
      <View tabLabel="TabThree" style={styles.container}>
        <TabTwoListView />
      </View>

  </ScrollableTabView>

On TabOne, I click on my list item, the click event is handled, it opens a new page, it's all ok.
When I click on an item on TabTwo, it HANDLES CLICK EVENTS FROM TAB ONE ...
I can scroll properly in TabTwo, but when I click an item, it's as if it is clicking on TabOne.

Please, can anyone try replicate this issue?

There is no problem with iOS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions