Skip to content

Releases: median-dispersion/Super-Simple-Full-Screen-Drag-And-Drop-JS

v1.2

12 Aug 12:32
Compare
Choose a tag to compare

Total rewrite of the event listener system

Additions

  • New event listener system, now checking all relevant drag events
  • Handling of the input via the drop event, replacing the input HTML element
  • Fixed the removal of event listeners when disabling the drag and drop window
  • Styling for the width and height of the border element
  • Option for setting the animation duration

Removals

  • Input HTML element

v1.1

08 Aug 08:02
Compare
Choose a tag to compare

Small bug fix

Fixed the issue that when the global font size of a webpage was set to 0 in chromium based browsers, the input field was not working.

v1.0

03 Aug 07:04
Compare
Choose a tag to compare

Initial Releases

A super simple, one file JavaScript solution to add a full screen drag and drop window to any web page.