- 当前 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.
Hello, this is a known issue which will be fixed with the next version.
thank you for quick reply .May be next version please add event doubletab on map.
After version 2.3.0, there is a parameter of bindregionchange named 'causedBy', which can be usefull in this situation.
There is some official claims that the next version will keep iOS and Android in line.
The 'causeBy' is not exact in Android. When I set the latitude and longitude of the map component, it would display the type for 'drag' and ' ', but I didn't drag the map.