react-native-maps-osmdroid icon indicating copy to clipboard operation
react-native-maps-osmdroid copied to clipboard

Marker callout not visible

Open maartenvandillen opened this issue 5 years ago • 2 comments

Is this a bug report?

Yes

Have you read the Installation Instructions?

Yes. Map is working fine (Android).

Environment

react-native: 0.61.5 react: 16.9.0 react-native-maps-osmdroid: 0.26.1-unreleased

Steps to Reproduce

Setup new project on Android with a working react-native-maps-osmdroid map. Add a Marker component with coordinate, title and description. Marker will be visible.

Expected Behavior

Tapping the marker, a callout should popup with the title and description.

Actual Behavior

Tapping the marker, only the map centers on the markers coordinates, but no callout popup is showing. I tried several kinds of markers, including custom callouts. They never show. Except one time after switching the complete app to another app and switching back. After that it worked one time, but cannot reproduce this anymore.

iOS is working fine.

I tried the same with my project (different branch) using react-native-maps and that is working as expected.

Reproducible Demo

maartenvandillen avatar Feb 26 '20 14:02 maartenvandillen

Probably a regression from last version. I will look into this for next version.

fqborges avatar May 18 '20 17:05 fqborges

The same occurs with marker's 'title' and 'description' properties without callout.

Streeterxs avatar Jun 12 '20 17:06 Streeterxs