DynamicGrid
DynamicGrid copied to clipboard
Drag and drop does not work on Samsung Tablet Android v 4.4.2
On Android 4.04 phone (Kyocera), hooked up long click listener to enter edit mode with the tapped position. All icons wobble except for tapped one. I can then drag icon to new location. The drag started and drag pos changed events get fired, followed by the onActionDrop when I place the icon in new location. This works ok.
On Android 4.42 tablet (Samsung), same code does not work. The onlongclick starts edit mode, but as soon as you remove your finger from icon that you long tapped on, the onActionDrop function gets called. When this happens, stop wobble does not stop the wobble animation (although this may be a bug in my code that implements it?)
I have same issue