Touch event support

Guys, starting with chrome 44 synthetic touch can we used in auto tests, what mean that if I run chrome on Desktop in mobile mode I can make touches using RemoteWebDriver.click().
As I see this feature currently is not working on mobile, can we have support for it? So that testing of mobile web applications would be possible without crazy hacks (like touch by coordinates in native view or using JavaScript)
Related fix new chromeDriver:
https://code.google.com/p/chromedriver/issues/detail?id=1111