You are not logged in.

Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Wednesday, April 4th 2012, 5:52pm

Urgent! Hotspot displaying on top of image after hotspot is clicked (HTML5 JS API)





When I click the hotspot the image displays under the image that pops up



This can be seen in the demo example that is shipped with the code.



See Example: krpano-1.0.8.14-2012-03-16\examples\virtual-tours\demotour-weingut



To view in HTML5 mode run in Safari or Chrome



This is really important as I bought the full license today in order to do a high profile demo this evening so any help much appreciated



Regards

Damien

2

Wednesday, April 4th 2012, 6:20pm

Hi,

this is a known html5 limitation with the distorted hotspots in the current version.

The 'layer' with the 'distorted hotspots' always needs to be below the layer with the 'plugin' and normal 'hotspot' elements for a correct click/touch detection (needed because a kind of browser bug with the CSS 3D transform and click/touch detection).

I working on a solution by doing all the click/touch detection manually instead on relaying on the browser events but this is complex and will still need some time.

As workaround these solution would be possible:

- hide the small 'icon' hotspot when showing the big one
- don't use distorted hotspots in this case

Best regards,
Klaus