HTML5 fullscreen mode does not work for maps in iframes

Category:

FAQ

Topic:

Troubleshooting

If you embedd a map with an iframe-tag, you have to add the following code to this tag for HTLM5-fullscreen-mode (pro version only) to work:

allowfullscreen=”true” mozallowfullscreen=”true” webkitallowfullscreen=”true”


Updated on 29 May 2022