You are not logged in.

Search results

Search results 1-3 of 3.

Tuesday, July 2nd 2019, 12:25am

Author: andreas108

Custom Plugin Action not called

Gentlemen, thx a lot! This is it :D

Friday, June 28th 2019, 2:21pm

Author: andreas108

krpano.js error in strict-mode via webpack

Dear krpano Team, I tried to include the krpano.js via webpack, but it is throwing an error due to the automatically introduced strict-mode: "TypeError: Cannot set property length of [object Object] which has only a getter" Due to the heavy obfuscation of the js I don't wont to spend the time for reverse engeneering, but would love to see this fixed in one of the next versions of the file. Nowadays it is generally concidered good practise to have your code run in strict mode and it is supposed t...

Friday, June 28th 2019, 1:42pm

Author: andreas108

Custom Plugin Action not called

Dear Krpano Team, I seem to have made an error in my custom plugin, but could also not find a working example elsewhere in the internet. I suppose the mistake is obvious and hope one of you could point me to it with a few lines: https://stackoverflow.com/questions/5680…nown-registered In a nutshell: I use Source code 1 2 3 4 5 6 7 8 9 10 11 local.registerplugin = function(krpanointerface, pluginpath, pluginobject) { // get the krpano interface and the plugin object krpano = krpanointerface; plug...