Issue
When using the Chrome browser in Windows, some touch events, such as drag and drop, are not recognized by the browser.
Solution
1. If not already created, Go to the directory where the Chrome.exe application is installed and create a shortcut to the Chrome program.
C:\Program Files\Google\Chrome\Application or C:\Program Files (x86) \Google\Chrome\Application
Installed directory may differ on your commputer
2. Right-click on the created shortcut and select Properties
3. Add the parameter --touch-events to the end of the Target value, as seen below
Example:
"C:\Program Files (x86) \Google\Chrome\Application\chrome.exe" --touch-events
Note: there is a space between "C:\Program Files (x86) \Google\Chrome\Application\chrome.exe" and --touch-events
4. Click Apply
5. Restart Chrome browser