react-native-panorama-view icon indicating copy to clipboard operation
react-native-panorama-view copied to clipboard

Tracking is not working on iOS

Open izadmehr opened this issue 3 years ago • 1 comments

Hey, By setting enableTouchTracking to true, dragging is not working on iOS. Changing

if(controlMethod == .both){

to

if(controlMethod == .motion){

will make it work. https://github.com/lightbasenl/react-native-panorama-view/blob/master/ios/CTPanoramaView.swift#L384

izadmehr avatar Dec 10 '21 11:12 izadmehr

Odd, enableTouchTracking={true} is working for me, and both dragging and gyro movement works. How are you using it?

cristianoccazinsp avatar Jan 06 '22 19:01 cristianoccazinsp