Is it possible to programatically touchstart
an element from the console (natively, or with a library like jQuery) in the same way one can programatically click element? For example, $('div').touchstart()
Currently attempting this with react-tappable also - raised here