How do I disable multi-touch when interacting with the image? I've tried to use vrPanoramaView.setMotionEventSplittingEnabled(false);, but I still have problem with multi-touch.
Reproduce steps:
touch and interact with the 360 image with right finger.
touch and interact with the 360 image with left finger.
stop touching the 360 image with finger while left finger is still touching.
After these steps, it just jumps to another position in the image.
The VrPanoramaView widgets have been deprecated. You should switch over to the code in the video360 sample which allows more customization. See #510 for more info.
Hello everyone,
How do I disable multi-touch when interacting with the image? I've tried to use
vrPanoramaView.setMotionEventSplittingEnabled(false);
, but I still have problem with multi-touch.Reproduce steps:
After these steps, it just jumps to another position in the image.