Hello
How I can disable the fullscreen view of the images on double click on the Pano Images.
I want to disable this.
On second level panos i have implemented hotspot clicked event. on click a modal box opens with the details but on fullscreen of the PANO IMAGE the click events inside the modal box did not work and work well without the full screen on click of the hotspot.
Thanks,
how to disable full screen of images on double click
-
- Posts: 7
- Joined: Thu Jan 25, 2018 8:31 am
Re: how to disable full screen of images on double click
Hello arvind_ari,
To disable the fullscreen on double click, you'll have to specify the behavior of the pointer controller to override the default option.
You can add this controllers config object at the root of your config.json file.
Hope this helps, have a nice day!
To disable the fullscreen on double click, you'll have to specify the behavior of the pointer controller to override the default option.
You can add this controllers config object at the root of your config.json file.
- "controllers":
- {
- "instances":
- [
- {
- "uid": "pointer",
- "type": "pointer",
- "options":
- {
- "fullscreen": false
- }
- }
- ]
- }
Hope this helps, have a nice day!
- Raphaël
-
- Posts: 7
- Joined: Thu Jan 25, 2018 8:31 am
Re: how to disable full screen of images on double click
Thanks rroux
It works for me.
It works for me.
Who is online
Users browsing this forum: No registered users and 2 guests