lightbasenl / react-native-panorama-view

A simple component for displaying panoramic images in your React Native app.
MIT License
127 stars 47 forks source link

Tracking is not working on iOS #74

Open izadmehr opened 2 years ago

izadmehr commented 2 years ago

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

cristianoccazinsp commented 2 years ago

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