Skip to content

TabStripItem tap event not triggering #580

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

Closed
oslc15 opened this issue Nov 14, 2019 · 1 comment
Closed

TabStripItem tap event not triggering #580

oslc15 opened this issue Nov 14, 2019 · 1 comment
Labels
priority:normal V2 Issues related to V2

Comments

@oslc15
Copy link

oslc15 commented Nov 14, 2019

Version

2.4.0

Reproduction link

https://play.nativescript.org/?template=play-vue&id=ZlKZIv

Platform and OS info

Both iOS and Android

Steps to reproduce

  1. Create basic bottom-navigation
  2. add @tap event to specific TabStripItem
  3. Try to trigger it

What is expected?

Specific TabStripItem should trigger the event @tap

https://docs.nativescript.org/api-reference/classes/__nativescript_core_.tabstripitem

on(event: tap)

What is actually happening?

Nothing is happening when selecting an item.


The event for TabStrip on(event: itemTap) is working properly, but not the event for specific TabStripItem

@Ignigena
Copy link
Contributor

I was hitting this same issue ... I opened #601 to add the event listener binding at the item level like is is on the parent TabStrip already.

@rigor789 rigor789 added the V2 Issues related to V2 label Dec 5, 2022
@rigor789 rigor789 closed this as not planned Won't fix, can't repro, duplicate, stale Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:normal V2 Issues related to V2
Development

No branches or pull requests

4 participants