• sharif4

    (@sharif4)


    Problem with debugging it is that it’s hard to recreate the issue, it happens intermittently and I tried just pressing refresh for 20 seconds straight but didn’t recreate it either

    My default zoom is set to 12 under misc, is that also why it’s doing this?

    (Also note, the css that’s on being applied to the plugin to disable interaction, it’s happening without it as well and I also updated the plugin to latest version before this post)

    (The css in question is below but I am certain, it isn’t causing it.

    /*code to hide zoom */
    .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    pointer-events: none !important;
    }

    .waymark-map .leaflet-control-zoom {
    display: none;
    }

    .leaflet-touch .leaflet-control-layers-toggle{
    display: none;
    }

    .leaflet-touch .leaflet-control-fullscreen-button{
    display: none;
    }

    Link to screenshots:

    https://drive.google.com/drive/folders/1R_LpEh4k5PJh07wCVB5fZIQe7ASBAg6r?usp=share_link

    • This topic was modified 3 years ago by sharif4.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Joe

    (@morehawes)

    Hi @sharif4,

    Good to hear from you. Weird, I took a look on multiple browsers and didn’t see this behaviour. Seems like a weird bug.

    I can’t see why it would be the CSS you are using (which works well to disable the Map BTW).

    Please do let me know if you discover anything more about this.

    Cheers,

    Joe

    Thread Starter sharif4

    (@sharif4)

    @morehawes I will! Since then I went into every media on that site to optimise it for load time, I hoping that did the trick, a part of me is wondering if something wasn’t loading up in time before another code executed. Hopefully I can’t find the issue anymore

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘intermittent default zoom issue’ is closed to new replies.