W3C mod can't use TouchActions

I want to run selenium tests on Android device and I’m using Appium, using chomedriver 76 version and chrome version 76.
I switch context from native to webview and i use selenium TouchActions, then it have an error “selenium.common.exceptions.WebDriverException: Message: unknown command: Cannot call non W3C standard command while in W3C mode”
After searching, i try add “appium: chromeOptions”: {“w3c”: False} in my webdriver capabilities, but it doesn’t work
also, ActionChain
here is the log

try with latest java-client. it is fixed. but release not made yet. get latest with help of -> https://jitpack.io/#appium/java-client/-SNAPSHOT

has python-client fixed this problem?

Doesnt work for me

Error:(33, 21) java: cannot access org.openqa.selenium.internal.WrapsElement
class file for org.openqa.selenium.internal.WrapsElement not found
Error:(37, 24) java: cannot access org.openqa.selenium.interactions.internal.Locatable
class file for org.openqa.selenium.interactions.internal.Locatable not found