Search found 2 matches

by chrisR
Sat May 01, 2021 12:28 pm
Forum: Pano2VR general
Topic: Oprtions for External Interfacing with API
Replies: 1
Views: 618

Re: Oprtions for External Interfacing with API

So far, it seems the ideal way is to manually edit `skin.js` and add custom events to the relevant areas. I see you can run javascript in the URL field of the hotspots but it doesnt have access to the data so it's not an option. Editing `skin.js` isn't ideal because its a little manual and prone to ...
by chrisR
Thu Apr 29, 2021 8:57 pm
Forum: Pano2VR general
Topic: Oprtions for External Interfacing with API
Replies: 1
Views: 618

Oprtions for External Interfacing with API

Hi, I have an app (ios/android) that uses a webview to display our pano2vr tours. What I want to do is be able to use some app interface / UI external to the webview that can know about what is inside the webview/tour and what is being interacted with. So far, With the API, it seems I can get the li...