-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[Android] Annotation do not open info when clicked #3584
Comments
Linking #3573. |
This should be resolved when #3573 lands. |
Just noting that the SNAPSHOT with the fix is https://oss.sonatype.org/content/repositories/snapshots/com/mapbox/mapboxsdk/mapbox-android-sdk/3.1.0-SNAPSHOT/mapbox-android-sdk-3.1.0-20160119.193839-22.aar and it's based on the latest code in |
@bsudekum now by properly reading through your use-case I think the source of your problem can be found downstream rather than upstream. I have never saw this behaviour on Android GL before. I will do some debugging in react when I'm picking up nitaliano/react-native-mapbox-gl#249 |
@bsudekum |
@bsudekum I see that on Android From looking at the React Native docs, it seems there're two possible ways to fix this, both within the Option 1: Via the
Option 2: Via the
Option 1 seems to be the better option as it includes the full cycle, not just a subset of it. Either way, I believe we should leave one of them in the code as not including these methods is a common source of errors in the SDK. |
Option 1 gives the following error:
Option 2 gives the following error:
|
Closing this issue as this is an downstream issue in react-native rather than an Android SDK one. |
I've been trying to debug this issue now in react-native land for a while. Symptoms:
setOnMarkerClickListener
. The event fires but there is no infowindowI'm not certain if this is a react native bug or a gl-native bug. Perhaps react is clobbering touch events on initial load?
/cc @brentvatne @tobrun @zugaldia @bleege
The text was updated successfully, but these errors were encountered: