I realized my double click events don't work when I toggle the device toolbar. I googled but I've seen only jQuery stuff and I have no idea about jQuery. How do I make this work?
stuff.addEventListener('dblclick', openOtherStuff)
I am trying to open a modal with this event. it perfectly works on pc, doesn't work on mobile.