Is HTML5 drag and drop compatible with Chrome Apps (packaged)? -


i've tried traditional methods , works webpage in chrome, not when i'm using page packaged app.

i'm doing example w3 testing purposes since it's simple. http://www.w3schools.com/html/html5_draganddrop.asp

i able work utilizing -webkit-user-drag css property on element (in case image). allowed dragging in app window itself.

img { -webkit-user-drag: auto; } 

i put event listeners other javascript functions (inline javascript not allowed in chrome apps) can seen @ w3 link in description.

now drag , drop acts on regular webpage.


Comments

Popular posts from this blog

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -

javascript - oscilloscope of speaker input stops rendering after a few seconds -