You are not logged in.

Search results

Search results 1-3 of 3.

Thursday, November 19th 2020, 10:52am

Author: havarsa76

Assign hotspot to JavaScript object

Hi, this is my code to create hotspots: kp.call("addhotSpot(" + id + ")"); kp.set("hotspot[" + id + "].parent", parentId); kp.set("hotspot[" + id + "].type", "text"); kp.set("hotspot[" + id + "].html", text); kp.set("hotspot[" + id + "].ath", ath); .... Any subsequent code refers to the hotspot by the name (id). But I would rather assign the hotspot to a js object. According to krpano documentation, the hotspot can be assigned to a var: https://krpano.com/docu/actions/#addhotspot It is not docum...

Sunday, July 16th 2017, 8:50pm

Author: havarsa76

Does not work in latest version of Windows Edge

But it works fine in earlier versions of Edge, simply not the latest version. I am experiencing this on all computers I have tried it. There is something with the latest version that makes krpano not work. HÃ¥vard

Saturday, July 15th 2017, 12:19pm

Author: havarsa76

Does not work in latest version of Windows Edge

I have a web application that works perfectly in Chrome, and also earlier versions of Edge. However, in the latest version (15), I get this error: "FATAL ERROR <xml url> - xml parsing failed!" Anyone else seen this as well? Happens both on my locals and in Browserstack. Hope someone can help me out here Thanks, Havard