Closed as not planned
Description
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
- Create basic bottom-navigation
- add @tap event to specific TabStripItem
- 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