Hi , I have this problem.Someone know how I can fix
opened 11:44PM - 03 May 22 UTC
closed 05:02PM - 13 May 22 UTC
platform: android
type: bug
plugin: google-maps
## Bug Report
### Plugin(s)
<!--
List the plugins and versions that this bu⦠g affects.
-->
Capacitor - Google Maps
### Capacitor Version
<!--
Paste the output from the `npx cap doctor` command into the code block below. This will provide the versions of Capacitor packages and related dependencies.
-->
```
Capacitor Doctor
Latest Dependencies:
@capacitor/cli: 3.5.0
@capacitor/core: 3.5.0
@capacitor/android: 3.5.0
@capacitor/ios: 3.5.0
Installed Dependencies:
@capacitor/ios: not installed
@capacitor/cli: 3.4.3
@capacitor/android: 3.4.3
@capacitor/core: 3.4.3
[success] Android looking great! š
```
### Platform(s)
<!--
List the platforms that this bug affects.
-->
Android
### Current Behavior
<!--
Describe how the bug manifests. Be specific.
-->
Everything is working as intended on the web view when I launch the web server but on Android Iām having issues. The sidemenu opens like always, but im unable to click on the elements that overlap the map. Same if I try to put an ion-button on top of the map, is shows but its unclikable. If I open the sidemenu, and drag the click on top of the menu entries, i can see the map moving behind.
Here u can see how it works on the web view:

And here on Android:

### Expected Behavior
<!--
Describe what the behavior should be.
-->
It should work same as on the web view, i can click the button, open the sidemenu and click on every item without the map blocking it.
### Code Reproduction
<!--
To isolate the cause of the problem, we ask you to provide a minimal sample application that demonstrates the issue.
For full instructions, see: https://github.com/ionic-team/capacitor/blob/master/CONTRIBUTING.md#creating-a-code-reproduction
-->
https://github.com/notseih/pruebaMap
### Other Technical Details
<!--
Please provide the following information with your request and any other relevant technical details (versions of IDEs, local environment info, plugin information or links, etc).
-->
If anyone is going to try it with the repo, remember to put your google maps API Key on the enviroments/enviroment.ts and also in the androidmanifest.xml
In case you did not understand, the problem is that when you search and select the city, the map searches but the gray blocks the map and only goes away when I focus on the map