Search found 21 matches

by nich008
Fri Oct 09, 2020 6:08 pm
Forum: Pano2VR general
Topic: trigger popup image from an animation
Replies: 2
Views: 1004

Re: trigger popup image from an animation

Works a treat. Thanks for your quick response Hopki
by nich008
Fri Oct 09, 2020 2:44 pm
Forum: Pano2VR general
Topic: trigger popup image from an animation
Replies: 2
Views: 1004

trigger popup image from an animation

Hi I'm trying to make a popup image open and close from an animation. I'm trying to trigger it from a button to start with. According to the javascript API, this is what I need: pano.activateSound(id:String) Pop out the image or video. Not surprisingly this works where id is a sound, but not when it...
by nich008
Wed May 27, 2020 4:29 pm
Forum: Pano2VR general
Topic: polygon hostpot javascript API problems
Replies: 0
Views: 3580

polygon hostpot javascript API problems

Hi I can't get the javascript API for Polygon Hotspots to work: (I've attached a test package so you can take a look. Hover over the buttons to see what they do) These: pano.showOnePolyHotspot(id:String) pano.hideOnePolyHotspot(id:String) pano.toggleOnePolyHotspot(id:String) seem simple, but don't w...
by nich008
Wed Apr 01, 2020 4:59 pm
Forum: Pano2VR general
Topic: Overlay images on a flat image node
Replies: 0
Views: 2549

Overlay images on a flat image node

Hi. Hope all are well I need to pin an image to a node with a flat input image such that it pans and zooms as if its nailed to the background. (Think of an aerial photo with a line tracing a route, or an image overlay of an old map) As the node is panned and zoomed, the overlay needs to move and siz...
by nich008
Thu Dec 19, 2019 3:45 pm
Forum: Pano2VR general
Topic: Flat image 'show all' problem on mobile
Replies: 6
Views: 3628

Re: Flat image 'show all' problem on mobile

Thanks Gnomes, I can confirm that this is fixed in 6.1.2
by nich008
Tue Oct 15, 2019 11:45 am
Forum: Pano2VR general
Topic: Flat image 'show all' problem on mobile
Replies: 6
Views: 3628

Re: Flat image 'show all' problem on mobile

Thanks Hopki
by nich008
Wed Oct 02, 2019 2:23 pm
Forum: Pano2VR general
Topic: Flat image 'show all' problem on mobile
Replies: 6
Views: 3628

Re: Flat image 'show all' problem on mobile

Thanks for your interest. Here's an illustration of the problem, link below: Flat test image with a red border to highlight the issue. (I need flat images to incorporate full screen artistic street plans) Input image is of type 'Flat' Default View is zoomed right out so the red border is visible Max...
by nich008
Wed Oct 02, 2019 12:50 pm
Forum: Pano2VR general
Topic: Pinch zoom to center on touch center (bug 1697)
Replies: 3
Views: 4283

Re: Pinch zoom to center on touch center (bug 1697)

Thanks Thomas - I look forward to it
by nich008
Fri Sep 27, 2019 3:27 pm
Forum: Pano2VR general
Topic: Flat image 'show all' problem on mobile
Replies: 6
Views: 3628

Flat image 'show all' problem on mobile

I have a flat input image with field of view set to 'Show All'. I want the entire image to be visible when it loads, so I've set the default view to be as zoomed out as possible. When published: On the desktop (Chrome on Win 7) everything works as expected - the image is initially completely visible...
by nich008
Thu Sep 26, 2019 4:08 pm
Forum: Pano2VR general
Topic: Pinch zoom to center on touch center (bug 1697)
Replies: 3
Views: 4283

Re: Pinch zoom to center on touch center (bug 1697)

Update to my question about bug 1697, in the absence of any feedback: Same applies on Pano2vr 6.1 Beta 3b To explain the issue, if you pinch zoom in on Google Maps on a mobile device, Google Maps will set the focal point of the zoom as a point between your fingers. On the desktop, the current mouse ...
by nich008
Wed Sep 04, 2019 2:22 pm
Forum: Pano2VR general
Topic: Pinch zoom to center on touch center (bug 1697)
Replies: 3
Views: 4283

Pinch zoom to center on touch center (bug 1697)

Hi Is bug 1697 fixed? https://ggnome.com/bt/view.php?id=1697 The description of bug 1697: "If you pinch zoom, the center of zoom is in the screen center. It should be in the touch center" I'm using both jquery.panzoom and Pano2VR in a mobile project (hoping to use Pano2VR throughout) but t...
by nich008
Fri Apr 20, 2018 11:54 am
Forum: Pano2VR general
Topic: detect or stop panning?
Replies: 0
Views: 1659

detect or stop panning?

Hi I have a pano2vr V5 pano running in a cordova/phonegap app. It works very well. Thank you! However, there's one issue that I need to fix before submitting it to the app stores, which happens under Android and iOS. I have a pano running in a div, and outside the div is a toolbar with home and back...
by nich008
Fri Feb 03, 2017 4:17 pm
Forum: Pano2VR/Object2VR Skins
Topic: "Hotspot Proxy ID" ?
Replies: 15
Views: 9775

Re: "Hotspot Proxy ID" ?

Belated thanks Hopki!
by nich008
Fri Dec 16, 2016 12:59 pm
Forum: Pano2VR/Object2VR Skins
Topic: "Hotspot Proxy ID" ?
Replies: 15
Views: 9775

Re: "Hotspot Proxy ID" ?

Sorry, but I can't see what Hotspot Proxy IDs are for either. Could somebody help me out, because I'm sure I'm missing a key piece of the puzzle. I have to be careful about my terminology, so here goes: I create a hotspot in pano2vr, and in the hotspot properties panel in the field called Skin-ID I ...
by nich008
Thu Dec 08, 2016 5:44 pm
Forum: Pano2VR general
Topic: gyro compass heading on android
Replies: 1
Views: 1621

gyro compass heading on android

I'm experiencing a surprising difference between iOS and Android using pano2vrGyro to set device orientation. iOS works perfectly, but chrome on Android is consistently 90 degrees out. In fact, I've added the following at line 82 in pano2vrGyro which seems to fix the problem: var isAndroid=/Android/...