I tested a simple page with my iPad mini2 (iOS version: 10.2.1) and iPhone6 Plus (iOS version: 10.2.1). I added three images into one layer. Then I tried to drag images. Sometimes I can dragged all of them. Sometimes I can drag only one or two. The two cases occurred randomly.
I tried to debug sources and found the color key maybe be the problem.
When I touched a image and the event 'touchstart' is triggered, the 'getIntersection' return 'null'. It can't be matched with shapes' colorKey sometimes.
I tested a simple page with my iPad mini2 (iOS version: 10.2.1) and iPhone6 Plus (iOS version: 10.2.1). I added three images into one layer. Then I tried to drag images. Sometimes I can dragged all of them. Sometimes I can drag only one or two. The two cases occurred randomly.
I tried to debug sources and found the color key maybe be the problem. When I touched a image and the event 'touchstart' is triggered, the 'getIntersection' return 'null'. It can't be matched with shapes' colorKey sometimes.
How to resolve this issue? Thanks.