Merge pull request #9634 from ahocevar/remove-old-android-workaround

Remove old Android workaround
This commit is contained in:
Andreas Hocevar
2019-06-03 10:17:44 +02:00
committed by GitHub

View File

@@ -260,12 +260,6 @@ class MapBrowserEventHandler extends EventTarget {
this.dragging_);
this.dispatchEvent(newEvent);
}
// Some native android browser triggers mousemove events during small period
// of time. See: https://code.google.com/p/android/issues/detail?id=5491 or
// https://code.google.com/p/android/issues/detail?id=19827
// ex: Galaxy Tab P3110 + Android 4.1.1
pointerEvent.preventDefault();
}
/**