FuckTheWorld / chromedriver

Automatically exported from code.google.com/p/chromedriver
0 stars 0 forks source link

Touch Actions fail on WebView #1111

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
DevTools in M44+ has commands for synthetic gestures, and if phones are running 
with a WebView that is kept up-to-date by Google Play, they should support 
touch actions. However, ChromeDriver has no way of knowing what version of 
WebView it is running against (since it does not report the build number), so 
it can't accurately report the 'hasTouchScreen' capability.

We need to make sure we take the version string for webview is parsed and that 
we only return hasTouchScreen=true if we are running with M44+.

Original issue reported on code.google.com by samu...@chromium.org on 29 May 2015 at 6:58

GoogleCodeExporter commented 9 years ago
Fixed in crrev.com/1160173002

Original comment by samu...@chromium.org on 18 Jun 2015 at 7:39

GoogleCodeExporter commented 9 years ago

Original comment by samu...@chromium.org on 18 Jun 2015 at 7:52