-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
fix(indexappcontent): onItemPressed returns observable #2006
Conversation
05962d2
to
79562b4
Compare
You can use the Sorry the decorator is not documented yet! |
79562b4
to
4b5a68c
Compare
4b5a68c
to
8876b96
Compare
I have changed this to the |
@NiklasMerz it should be working, yes. I will test it soon and apply any fixes if necessary. |
@ihadeed I have some trouble with the latest change. I get warnings on the console that the onitemPressed function is not avaivalble. Do you know how the get the decorator working in this scenario? |
@NiklasMerz Found the issue, just pushed a commit to fix it. Update to the latest |
Thank you @ihadeed. This fixed the issue for me, too. |
Now
onItemPressed
will return an Observable. This should improve adding an event.Inspired by the 3dTouch plugin function
onHomeIconPressed
.