Hello
EO Version Tested with: 17.0.81 & 17.0.95
Language: C# WPF
OS: Windows 10
Licensed: Yes
We are currently seeking to replace the browser emulator in our current app to the EO Web Browser. So far it's been great and the code is much easier to follow and runs smoother than the IE emulator and CefSharp.
Unfortunately, while replacing the browser we have noticed that some of the map-focused pages don't respond to touch input correctly. Google Maps works perfectly (tested with the tabbed sample, not in our app yet, but I don't foresee any issues there). However, the maps on the following sites don't respond correctly:
http://www.trackmyplow.com/https://www.ontariotravel.net/en/plan/oticsJust load them up in the Tabbed sample, and try to pan the map.
The track my plow one responds for about a millisecond, and the ontario travel map responds if using 2 fingers. The 2 finger part we can live with, but in chrome it isn't required. These aren't our websites, and therefore we cannot manipulate them at the source.
When run in chrome, touch input is handled as expected. However, when run in the WPF EO Browser (using the Tabbed sample), the map's don't pan smoothly. We've tried using the --touch-events=disabled flag, but this results in other pages not being scrollable (instead it is treated as a left mouse click and highlights everything).
Do you have any suggestions?
Thank you
Adam