-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Allowing multiple InfoWindows to be visible at a time #3115
Comments
To analog (verb?) the iOS side, the I think it's best on iOS to probably stick to that, but since on Android we have some needs for multiple popups, we can maybe use that API as a model, albeit with slightly different behavior. |
In that case, and to mimic I'll try that approach in https://github.com/mapbox/mapbox-gl-native/tree/3115-multiple-infowindows |
Good progress on both keeping the InfoWindow open and also allowing an InfoWindow to be open while panning.
Before having a PR ready we need to do some small refactoring. As discussed, we don't see a performance hit for such a small number of InfoWindows. |
@zugaldia @tobrun FWIW, let's leave the "default" mode to be just 1 |
Flag implemented in e9d749b. You can test it on TestApp's
|
We'll need some thinking about the UI interactions here. For example, I'm guessing that when one or more info windows are up and you tap on a non-interactive part of the map, all are dismissed? We should probably keep it that way for simplicity. |
@incanus that's right, tapping on a non-interactive part of the map dismisses them all. It feels pretty natural right now, but we can definitely learn with usage. |
…r of multiple InfoWindows visible at a time (#3115).
I'm reopening this issue. Although the basic functionality is there and performing well for a low number of InfoWindows, there're still a few related things that need to be addressed:
|
This didn't help me |
@Piusin thanks for the feedback. Could you open a new ticket explaining the issue that you're encountering? Thanks. |
At the moment, only one InfoWindow can be visible at a time. We want to be able to show multiple at once.
The text was updated successfully, but these errors were encountered: