googlearchive / vrview

Library for embedding immersive media into traditional websites.
http://developers.google.com/cardboard/vrview
Apache License 2.0
1.71k stars 1.09k forks source link

onHotspotClick undefined #318

Open naman21 opened 6 years ago

naman21 commented 6 years ago

I'm trying to implement Google VR 360 with hotspots as given in this example. A new scene gets loaded on hotspot click but at all other points e.id is undefined as the console shows onHotspotClick undefined. onGetPosition is not printing any value and it is always undefined.

I want it to print the pitch and yaw value. Please help resolve this issue. Thanks.