Popups not showing in iOS17
W2NJL opened this issue · 3 comments
W2NJL commented
Wondering if anyone else has encountered this issue.
I'm running version 1.2.0 (though this was happening with 1.1.2) and flutter_map 5.0.
I upgraded my environment to iOS 17 today.
In PopUpOptions, the markerTapBehavior of:
markerTapBehavior: MarkerTapBehavior.custom(
(marker, popUpState, popupController) => {
print('Whats the state?'),
popupController.togglePopup(marker.marker)
Or simply just using markerTapBehavior: MarkerTapBehavior.togglePopup(), produces no Popup. The map pans over to the marker, but does nothing else. The print statement I have in the custom marker behavior does get printed.
Juggler98 commented
I'm also facing this issue on Android 11.
github-actions commented
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
github-actions commented
This issue was closed because it has been stalled for 5 days with no activity.