Dmytro L
Dmytro L

Reputation: 20

Angular not working on Safari browser, but working well on other browsers

Angular 5 Project working on Chrome, Internet Explorer, Firefox etc. But only not working on Safari Browser.

I am getting error

Can't find variable: DragEvent

enter image description here

Upvotes: 0

Views: 2501

Answers (2)

Drew Ambrose
Drew Ambrose

Reputation: 21

DragEvent is not supported in Safari. In your code change 'DragEvent' to any.

Upvotes: 0

Reza
Reza

Reputation: 19933

I have had same issue, just search for DragEvent and change them any

Upvotes: 3

Related Questions