Sho Amano
Sho Amano
Hello! First of all, thank you so much for creating and maintaining this library! I use this project to create a simple web crawler. I noticed that `page.WaitForLoadState()` sometimes gets...
### Does any other open PR do the same thing? No ### What issue is this PR fixing? - https://github.com/react-native-maps/react-native-maps/issues/5150 - https://github.com/react-native-maps/react-native-maps/issues/5152 - https://github.com/react-native-maps/react-native-maps/issues/5153 - https://github.com/react-native-maps/react-native-maps/issues/5154 ### How did you...
### Summary On Android, the property `mapPadding` has no effect during `onMapReady` callback; it seems to work _after_ the callback. For example, when I set up a `MapView` with `mapPadding`...
### Summary When I use `fitToXXX` family on Android, I see extra padding around the specified area. I do not see it on iOS so it's inconsistent. ### Reproducible sample...
### Summary On Android, updating the property `mapPadding` has no effect. (Only Google logo moves, but padding isn't reapplied.) Note: on iOS, we do not have this issue. ### Reproducible...
### Summary On Android, the property `mapPadding` is ignored when used with `initialCamera`. Actually, Google logo moves to the right position, but no padding is applied. Note: on iOS, we...
### Does any other open PR do the same thing? No ### What issue is this PR fixing? https://github.com/react-native-maps/react-native-maps/issues/5162 (Note: this PR is for Android only. For iOS, another PR...
### Does any other open PR do the same thing? No ### What issue is this PR fixing? https://github.com/react-native-maps/react-native-maps/issues/5162 (Note: this PR is for ios. For Android I'll create another...
### Summary When I set up a `MapView` with `initialCamera` and then call `setCamera()` right after creating it, the map may still use `initialCamera` setting, i.e. `setCamera()` is ignored. This...