地图满屏问题
设置地图满屏显示,style里设置高度为100%,不生效,设置100vh,在开发工具上显示满屏,但真机上显示下方还留了有一点距离
<map id=“map” longitude=“113.324520” latitude=“23.099994” scale=“14” controls="{{controls}}" bindcontroltap=“controltap” markers="{{markers}}" bindmarkertap=“markertap” polyline="{{polyline}}" bindregionchange=“regionchange” show-location style=“width: 100%; height: 100vh;”></map>
真机上显示,下方还留有一定的空白距离
模拟器上显示正常