Is there a way to longClick, complexTap or something similar in Webview?

I’m automating a hybrid app with appium. I’ve been able to get around most of the issues I’ve run into dealing with webview. However, the design of one of the interactions changed. It used to be tap twice, but it’s now a hold to end. I need to be able to press and hold for about 3 seconds.

I’ve tried longClick and complexTap but neither are implemented in webview. Any suggestions on other things to try?

Please have a try with Touch Actions class- longpress,tap,etc…
http://appium.github.io/java-client/

Regards,
Bhaskar.

From my understanding, touchactions aren’t yet implemented in webview.