|
Title: linkbutton longpress Post by: devnull on February 28, 2019, 05:27:10 AM Hi;
It it possible to extend the linkbutton with a longpress event, this would be very useful. Thanks Title: Re: linkbutton longpress Post by: jarry on February 28, 2019, 06:47:32 PM On pc, you can use the 'mousedown' and 'mouseup' instead. On mobile, if you long press on an element, the 'contextmenu' event will be triggered.
|