ionic-team / ionic-team/capacitor-google-maps
[Android] Map does not scroll along with the content
- Dominant language
- TypeScript
- Stars
- 32
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
## Bug Report
### Plugin(s)
* capacitor-google-maps Version 6.0.0-rc.0
### Capacitor Version
* Capacitor version 6.0.0
### Platform(s)
* Android
### Current Behavior
I am using the plugin to show a map to the user. The map is displayed inside an ion-content which is scrollable since the content is larger than the display.
On web & iOS the map scrolls with the content accordingly. But on android the map stays in the same place it was initially rendered.
I implemented the map as recommended in the [docs](https://capacitorjs.com/docs/apis/google-maps#full-examples)
### Expected Behavior
The map should scroll with the content like it does in web and iOS.
### Other Technical Details
I am using capacitor with Ionic version 8 and Vue version 3.
### Additional Context
Same issue was already asked in the ionic forum: [Link](https://forum.ionicframework.com/t/capacitor-google-map-does-not-scroll-along-with-rest-of-the-content-on-android/235505)
Contributor guide
Assessment
This issue has not been assessed yet.