rc-bmap icon indicating copy to clipboard operation
rc-bmap copied to clipboard

[BUG] 在移动端上 Polygon 再次渲染时会消失

Open Lizhooh opened this issue 6 years ago • 0 comments

<Polygon
    zIndex={10}
    strokeColor='#444'
    strokeWeight={0.5}
    strokeOpacity={0.3}
    fillColor='#39f'>
    <Path>
        {item.layer.map((item, index) => (
            <Point key={index} lng={item[0]} lat={item[1]} />
        ))}
    </Path>
</Polygon>

最后通过设置 userAgent 为 PC 端的 userAgent 才得以解决。

无解!

改成 PC 的 userAgent 后又不能用手势来拖动地图。Σ( ° △ °|||)︴

Lizhooh avatar Nov 05 '19 02:11 Lizhooh