We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
2.4.0
https://play.nativescript.org/?template=play-vue&id=ZlKZIv
Both iOS and Android
Specific TabStripItem should trigger the event @tap
https://docs.nativescript.org/api-reference/classes/__nativescript_core_.tabstripitem
on(event: tap)
Nothing is happening when selecting an item.
The event for TabStrip on(event: itemTap) is working properly, but not the event for specific TabStripItem
The text was updated successfully, but these errors were encountered:
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.
TabStrip
Sorry, something went wrong.
No branches or pull requests
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
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
The text was updated successfully, but these errors were encountered: