14

I am working on a panorama app. I am using VrPanoramaView class of google cardboard SDK to view panorama in my app. VrPanoramaView class provides gyro navigation to view panorama. Is it possible to attach touch events along with gyro navigation to the panorama.

Thanks!

arkit
  • 392
  • 1
  • 12

1 Answers1

0

Now Google Cardboard SDK is deprecated and Google VR SDK is available here.

SDK has VrPanoramaView class for displaying 360 degree panorama images.

You can set touch event on it.

Rajesh Jadav
  • 12,801
  • 5
  • 53
  • 78