Hello everyone and happy holidays!
Using layer type = "krpano"
I am creating dynamically a frame and a button in it.
In the button on click I assign it like this (js)
Code
btn.onclick = function() {
krpano.actions.trace(55); //working
krpano.actions.test(); //no working
};
krpano
The console displays only 55, what is my mistake, please tell me?