Hello,
I want to integrate Krpano Default theme in my tour, how can i do it dynamically.
Thank You
Hello,
I want to integrate Krpano Default theme in my tour, how can i do it dynamically.
Thank You
Hello,
I am using krpano and i am getting issues of random panorama means i got a preview when there is no hotspot, i am attaching the screenshot for better understand. please help me out of this problem as i am getting frustating.
Hello,
I am using Krpano, when i open my tour in browser and it is idle than tour is getting slow, can u help me to overcome?
Thank You
Hello,
I just want to change my hotspot onclick function when i enter in Vr mode
When xml in Vr mode
onclick="loadpano(panoramaId)";
When not in Vr mode
onclick="set_panorama(panoramaId)";
How can i do that when my xml is in Vr mode?
Hello,
I have two buttons one is for hiding the hotspot and other is for showing the hotspot. My query is that if i click one button all the hotspot should get hidden and upon clicking other button all the hotspot should appear. What's the way to do it?
Thank You
Hello,
How can i get that my xml is in vr mode or not as i want to do some extra different functionality when my xml is in vr mode, how can i do this??
Thank You
Hello,
When my system is idle my image gallery is crash, and speed of panorama rotation is getting slow, how can i resolved this?
Thank You
Hello,
I want to remove Vr Mode button as i have my own html button for enter in VR mode. as u can see in the attachment
Yes I use Different xmls for different panoramas
Hello,
This is my tour Url: http://wolowo.codiant.com/6285297
When tour gets loaded you can see a button (having three dots) on right side, click on it and you will see toggle menu and click on last(4th) option to enter VR mode and there you will see hotspot when we hover over hotspot the hotspot gets loaded but it throws us out of VR mode automatically, so in this case the panorama but it is not in VR mode.
Thank You
Hello,
When i enter into Vr Mode and when i hover onto the hotspot, i redirect to the associated panorama but it exit the VR mode. This is my Vr mode code
<plugin name="WebVR"
mobilevr_fake_support="true"
fullscreen_mirroring="true"
mobilevr_support="true"
vr_cursor_enabled="true"
mobilevr_sensor_mode="3"
mobilevr_touch_support="true"
mobilevr_autocalibration="true"
onentervr="webvr_onentervr();js(enter_vr_mode());webvr_act_as_gyro_in_portrait_mode(true);"
onexitvr="webvr_onexitvr();js(exit_vr_mode());tween(layer[webvr_rotate_to_landscape_request].alpha, 0.0, 0.0);"/>
How can i resolve this?
Thank You. Your Code working fine for desktop but when i use this code for mobile it is not working it is only giving default ath and atv when i touch on my mobile device. How can i get ath and atv for mobile devices?
Hello
When i want to get mouse position on panorama, i use following code:
var krpano = document.getElementById("krpanoSWFObject");
if (krpano && krpano.get) {
var mouse_at_x = krpano.get("mouse.x");
var mouse_at_y = krpano.get("mouse.y");
if (mouse_at_x && mouse_at_y)// wait also for the jsmouse plugin
{
var hvs = krpano.get("screentosphere(" + mouse_at_x + "," + mouse_at_y + ")");
console.log(hvs);
}
}
But it gives me error that hvs is null?
how can i get exact mouse location when i drop my hotspot in panorama.
Thank You
Hello,
I want to remove html menus when i enter in VR mode. It is working fine in all the android device but in all iphone devices it is not working. How can i remove menus in Vr Mode?
Can we set the minimum and maximum range of a zoom in <layer> because it the image in higher range?
Thank You Klaus! It is Working
Hello,
i want zoom in krpano <layer> in mobile(touch) device, How can i do this?
Thank You