Hi, I want to build a speak button which can handle two types of event, the press and the release.
I know there has two button events at Ionic V3, press and touchend, but when I try to find these spec doc at Ionic latest version, I can’t find these event docs.
I was wondering the Ionic latest version support Ionic v3 press and release button event? Thanks.
I have searched the MDN and found the touchstart and touchend is the event, so it seems like not the framework event, just like the click event.
and another interesting thing is this event is for the device, like the pad or phone, so that means you will have to use the device to test it, whether it is the hardware device or virtual device. so maybe I will test this event after using Ionic build android command.
Great! I will try this method on Chrome, thanks for your suggestion.
( I have transferred to Firefox for a long time since Chrome using so many RAM on my computer xD)