ionic-team / capacitor-google-maps

12 stars 16 forks source link

[Android] Map does not scroll along with the content #12

Open Dimibe opened 3 months ago

Dimibe commented 3 months ago

Bug Report

Plugin(s)

Capacitor Version

Platform(s)

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

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