Data-toggle tab does not download Leaflet map

后端 未结 4 1857
抹茶落季
抹茶落季 2020-11-22 09:48

I am using tabs to display clear content, but one of them stopped downloading well since it is in the data-toggle tab. It is a Leaflet map. Here is the code :


4条回答
  •  一整个雨季
    2020-11-22 10:17

    First, thank you @ghybs for your good explanation on why the Leaflet maps are not shown properly in these cases.

    For those who tried unsuccessfully the @ghybs's answer, you should try to resize your browser instead of calling a method of the map object :

    window.dispatchEvent(new Event('resize'));
    

    That fix worked for me, and it should work in every cases.

提交回复
热议问题