Chrome beta 68 touch/pen map control not working (API 3.xx)

470
1
Jump to solution
07-12-2018 12:03 AM
AlexPleyer
New Contributor II

Hello,

we have a serious problem with the Chrome Beta 68 version. It seems Javascript API 3.xx mapping controls like zooming and panning aren't working for touch or pen control. For example:
It still works in Chrome 67.
You know why or have a solution already?
0 Kudos
1 Solution

Accepted Solutions
AlexPleyer
New Contributor II

There is a document.createTouch object in the ArcGIS API 3.xx which is removed with chrome 68. Replacing this with a valid Touch object solved the problem (e.g. document.createEvent('TouchEvent'). 

View solution in original post

0 Kudos
1 Reply
AlexPleyer
New Contributor II

There is a document.createTouch object in the ArcGIS API 3.xx which is removed with chrome 68. Replacing this with a valid Touch object solved the problem (e.g. document.createEvent('TouchEvent'). 

0 Kudos