Support both vertical touching and gyro viewing
hi, is it possible to enable vertical touching?
On iOS this behaviour depends on the native library used: https://github.com/scihant/CTPanoramaView
The vertical touch behaviour is already available on Android.
but i tested didn't work, it's possible to have it but i will loose gyro.
@rodymolenaar Hey! first of all, It really is a cool project. Thanks for making this opensource. I'm new to react-native and needed to make 360 image viewer. This library looks most promising compared to other libraries but one thing that is missing for our use case is that It doesn't support vertical touch movement(Android also didn't work for me. We only need touch features not a gyro viewing)
Since horizontal feature is already implemented, I guess vertical feature isn't that much difficult though as I've just into react-native world I'm not sure where to start. Would you guide me where to look to implement this feature?