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
Post a Comment