-
Notifications
You must be signed in to change notification settings - Fork 918
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support for latest Android and iOS Versions #2915
Comments
also desperately looking for working solution for Cordova Android@11 |
@keev-studio, @hrhosni You can try that fork https://github.com/we-are-joinup/cordova-plugin-googlemaps/ |
Hi lempere, thank you for your message. I am trying the repo you mentioning. |
That's true, but the error is self explanatory, you need to change:
inside: platforms/android/cordova-plugin-googlemaps/***-tbxml-android.gradle |
It's seems that the project can find the com.google.android properly. With that screenshot I don't have any clue why.
What Ionic info show: Ionic:
Cordova:
System:
Another preferences in config.xml, that could help:
If that not helps. Do you have a small project in github to check it out? |
compileSdkVersion is not specified
|
Well I see another error. Is a progress. |
Hi, I added minimalistic app with the plugin. No errors, app build at the end but the map is still white / do not load. |
Hi, looks like I got this one working except custom marker icons. any solution for this? thank you |
This fork worked fine for me after replacing "compile" with "implementation". Great work. |
I had the same issue and tried a lot. When creating a blank project which was compiling with the fork "https://github.com/we-are-joinup/cordova-plugin-googlemaps/", I was diving inside it. As I am migrating from Ionic 5 to Ionic 6, I was also getting everything else nearly as up to date as possible. The issue states that
I have removed the plugin and after replacing the Thanks mate :) |
Thanks @lempere the repo & the adjustment of implementation got it working for me too. |
Has anyone forked this repo to continue supporting latest Android (12+) and iOS versions?
The text was updated successfully, but these errors were encountered: