Modernizr: File Drag 'n Drop is not detectable...

http://twitter.com/paulrouget/status/9587929569

if ("files" in DataTransfer.prototype) {...}

About this issue

  • Original URL
  • State: closed
  • Created 14 years ago
  • Comments: 26 (16 by maintainers)

Commits related to this issue

Most upvoted comments

Here is a equivalent method in vanilla js if you are interested to do the same control as Wordpress

var draganddrop = "draggable" in document.createElement("div") && !/Mobile|Android|Slick\/|Kindle|BlackBerry|Opera Mini|Opera Mobi/i.test(navigator.userAgent)