Unable to Tap and Longpress gestures of TouchAction class on elements in WebView

How do we perform gestures like like Tap, Longpress for TouchAction class , do they work on elements from Webview when context is WebAPP in Hybrid Application.

org.openqa.selenium.WebDriverException: Not yet implemented. Please help us: http://appium.io/get-involved.html (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 10 milliseconds
/**

  • Perform this chain of actions on the driver.
  • @return this TouchAction, for possible segmented-touches.
    */
    public TouchAction perform() {
    driver.performTouchAction(this);
    return this;
    }
1 Like