You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to write a directive to change colour of a button on "Touchup" and "TouchDown". But when I attach this directive the (tap) event in the component is not getting called. This happens only in iOS. Is there any workarounds for this. Below is my directive and component.
accessors
`touch` event is not suitable for triggering ngOnTouch classes for iOS
and is causing several issues, such as overriding the change event.
related #804
related #866fixes#887
…accessors (#986)
`touch` event is not suitable for triggering ngOnTouch classes for iOS
and is causing several issues, such as overriding the change event.
related #804
related #866fixes#887
Not sure why this is closed, as the problem still exists.
For instance, I would like to attache a (tap) function to an element, but also would like it to show when pressed.
From @umeshrs on June 24, 2017 13:4
Hi,
I am trying to write a directive to change colour of a button on "Touchup" and "TouchDown". But when I attach this directive the (tap) event in the component is not getting called. This happens only in iOS. Is there any workarounds for this. Below is my directive and component.
Copied from original issue: NativeScript/NativeScript#4449
The text was updated successfully, but these errors were encountered: