Hello,
Solved! Go to Solution.
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').
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').