I want to realize something like the click on Posts in Instagram on Android (I think on iOS it should be the same functionality). In Instagram, if someone clicks on a photo, it opens, double click, it gets liked and click and hold opens a Popup with that image and some text/buttons. Instagram does this only in the Native App, not in their PWA, but I want to realize a function like that in my PWA.
[not tried, because I hope to find an "official" way]: I think, it should be possible with mousedown mouseup and a custom function to count the seconds.
But is that realy the "perfect" way?