Hey all,
My head is about to explode. I am working on a simple hybrid app for mobile devices. Currently trying on android 4.0.
My app does the ff with JS: creates random number of divs in group 1 and group 2. Divs in group2 will be dragged and dropped to their proper destination in divs of group 1. If the dragged item is not meant for the target div, it is rejected simply.
I have done it on desktop apps with dragstart...eve nts. But when apk is packed, the dragging feature gets lost. Expected. Now the more I read about this, the more confusing it gets.
I use no JS frameworks currently.
Dnd samples work when I access samples provided from chrome or firefox. But not from Opera mini or the native browser.
I am thinking the problem is in the native app browswer which my uses internally. If so, how can I possibly overcome this?
My head is about to explode. I am working on a simple hybrid app for mobile devices. Currently trying on android 4.0.
My app does the ff with JS: creates random number of divs in group 1 and group 2. Divs in group2 will be dragged and dropped to their proper destination in divs of group 1. If the dragged item is not meant for the target div, it is rejected simply.
I have done it on desktop apps with dragstart...eve nts. But when apk is packed, the dragging feature gets lost. Expected. Now the more I read about this, the more confusing it gets.
I use no JS frameworks currently.
Dnd samples work when I access samples provided from chrome or firefox. But not from Opera mini or the native browser.
I am thinking the problem is in the native app browswer which my uses internally. If so, how can I possibly overcome this?