Closed focafull closed 2 years ago
I don't see any obvious mistake here. My first guess would be that the package is wrongly installed or something. Make sure you've followed all the steps from the docs one by one. It's also wise to take a look at the troubleshooting guide by Capacitor themselves: https://capacitorjs.com/docs/android/troubleshooting
Try delete @capacitor/google-maps
Closing because this issue went stale.
Describe the bug I try to get the map working on android but when ever I try to load it I get
Error: "CapacitorGoogleMaps.initialize()" is not implemented on android.
To Reproduce I use Ionic with Vue3, here is my component.
Is there something I'm doing obviously wrong? Thanks for any help.