map scale up problem
- 当前 Bug 的表现(可附上截图)
- 预期表现
- 复现路径
- 提供一个最简复现 Demo
<map style=“width:100%;height:100%” id=“myMap” show-location latitude=“13.8000949591” longitude=“100.550317565” markers="{{markers_live}}" scale="{{scale}}"></map>
I’m try to set map scale in Android by setData({scale : 20}) , the problem in android is map not scale over 19 but in IOS it smooth change scale.
3 回复