Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Tracking is not working on iOS #74

Open
izadmehr opened this issue Dec 10, 2021 · 1 comment
Open

Tracking is not working on iOS #74

izadmehr opened this issue Dec 10, 2021 · 1 comment

Comments

@izadmehr
Copy link

izadmehr commented Dec 10, 2021

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
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants