javascript - Is there a way to implement drag & drop in a phonegap angular js project? -



javascript - Is there a way to implement drag & drop in a phonegap angular js project? -

i have tried one: https://github.com/codef0rmer/angular-dragdrop touchpunch (http://touchpunch.furf.com/). on browser working fine when deploy app android device receive next error:

$ui.mouse not defined

are there other alternatives implement drag & drop combination ?

touchpunch requires jquery ui plugin. verify if included jquery ui in page.

javascript android jquery angularjs cordova

Comments