How to add window to marker? #2886
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@ovsiannykov your code looks good. You should be able to add interactive elements into a MarkerView, there are some people who it's not working for. But so far no one told me the conditions under which I can reproduce the issue. See: #2834 |
Beta Was this translation helpful? Give feedback.
-
Hey guys! I found an error and a solution. Dear developers! Please add onPress for MarkerView, because it's a crutch. All the same, when you double-click on the marker, the map approaches. I think this must be immediately from the library box and must be configured already. If anything, write me to LikedIn) |
Beta Was this translation helpful? Give feedback.
Hey guys! I found an error and a solution.
Firstly, this bug occurs only on iOS, but on Android it works fine.
onPress alas does not work, but onPressIn and onPressOut in TouchableOpacity work fine. Here's and a lifehack for you.
Dear developers! Please add onPress for MarkerView, because it's a crutch. All the same, when you double-click on the marker, the map approaches. I think this must be immediately from the library box and must be configured already.
If anything, write me to LikedIn)