Hi, I am creating a krpano that will be used in Kiosk mode so need all access to full screen mode disabled.
I have tried the below code in both .xml and in the vtourskin.xml, am I missing something really simple. Where does this line of code go to disable full screen option in the context and toolbar, I have even tried just removing all context code from vtourskin.xml and everything but full screen goes?
|
Source code
|
1
|
<contextmenu fullscreen="false"> </contextmenu>
|
I have removed the fullscreen button from the toolbar by commenting it out in vtourskin, but no luck with context (right click) full screen option.
Please help