- bindmap.... didn't work
I tested bindmap... event callback with Android 6.0, and iOS 11.1 (15B5086a) beta Major event callback as follows are not working bindcallouttap - event didn't pass through on both Android and iOS bindmarkertap - event didn't pass through on both Android and iOS bindtap - works on both Android and iOS but touch positions are not included I need functionality to interact with the map component in intuitive way in which better to utilize above event callbacks. Hope it would get fixed soon.
2017-10-21 - Map's marker didnt update when setData()
It seems to be bug for map's marker. 1. When update list of markers for map component dynamically via setData(), the old markers are still shown. This includes when you remove some of markers, or add new ones. Old markers are still shown. It seems to not be able to remove, or update markers. 2. As well for its calloutMessage , please see below image. "Hello world" is new message updated. It gets rendered on top of old message. [图片] Above two cases happen on iOS (not happen on Android) since iOS v. 10.3.3 up until 11 beta 2. FYI: Tested with IDE v1.01.171013 as well. Still happening.
2017-10-13 - How to debug testing requestPayment()?
Is there a way to test requestPayment() api without actually deducting money? I mean testing in debug environment. Please let me know how to do it. Thank you
2017-10-13 - wx.canIUse() for mapContext's getRegion?
I cannot use wx.canIUse('createMapContext.return.getRegion') in which it always return false. It should return true as I tested with SDKVersion > 1.4.0. Is this a bug? or I use it wrong?
2017-09-29 - Markers on map component disappear
If there are lots of markers on the map component, sometimes when you scroll around the map some of markers are disappear. Only way to solve this is to force re-render the map again (via setData()) even there's no change in data. The way I did that is re-render the map via bindregionchange of map component itself, but performance degrades. Do you think this is a bug of map component? or we need to re-render periodically? If so what's the best strategy to re-render map component? PS. I use core library version 1.5.2.
2017-09-28