Map not work correctly

Q&A about the latest versions
Post Reply
lavAzza
Posts: 19
Joined: Mon Dec 07, 2020 3:25 pm

Hello.
Please help with map in tour.
Problem only with FireFox browser. Chrome and Edge works correct.
https://cnsite.ru/test/%d0%bf%d1%80-%d0 ... %d1%8f-47/
When I press fullscreen button in first time, the map open not correctly, I see only one marker and maps zoom level is high.
When I press fullscreen button in second time, maps zoom is normal, I see all markers.
Tour is here
Tour is here
scr.JPG (76.87 KiB) Viewed 1610 times
Maps setting "Initial zoom" is "Marker Bounds"
Maps setting "Initial zoom" is "Marker Bounds"
scr2.JPG (34.84 KiB) Viewed 1610 times
Open in first time
Open in first time
first_open.JPG (94.17 KiB) Viewed 1610 times
Open in second time
Open in second time
second_open.JPG (111.89 KiB) Viewed 1610 times
Full screen button action
Full screen button action
full_screen.JPG (25.53 KiB) Viewed 1610 times
User avatar
SMerriss
Posts: 63
Joined: Mon Sep 28, 2020 2:12 pm
Location: Columbus Ohio
Contact:

Hey IavAzza,

My first thought is to try putting the same actions of your map button with the actions of your fullscreen button. Since the map button is working properly, maybe combining them will make it work. Also, try switching the actions for full screen and the map. Actions are sequential and turning the map on first may be messing with the sizing.

Hope this helps,
Spencer
Spencer Merriss
Multimedia Specialist

Website: https://www.spencermerriss360.com/
Email: merriss.spencer@gmail.com

Feel free to reach out! 🌟
User avatar
Hopki
Gnome
Posts: 13024
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi Spencer,
What is interesting is if you open the output in its own window then it's fine.
We will take a look at this but I suspect without looking at it in any detail that it could be how you have embedded the tour and Firefox just does not like it.
Maybe check your code and see if you need anything, for example, if you are using an iframe you may add:

Code: Select all

allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"
As you can see Firefox (moz) and Safari (webkit) have their own calls for fullscreen.
Regards,
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
lavAzza
Posts: 19
Joined: Mon Dec 07, 2020 3:25 pm

Thank you very much, I'll try this.

One more question pls.
I have my basic pano2vr tour. This tour have shortcuts to another pano2vr tours with carousel of flat photos. I add it to my bassic tour by adding assets.
Carousel opens in iframe, and it can be controlled by left and right arrows at keyboard.
And the problem is that the keyboard control starts working only after I click on the iframe with the mouse.
How to make it work correctly?
Post Reply