ionic-team / ionic-native-google-maps

Google maps plugin for Ionic Native
Other
221 stars 125 forks source link

Ionic 6 support #377

Open SlobodanMarkovic1983 opened 1 year ago

SlobodanMarkovic1983 commented 1 year ago

Does this plugin work in Ionic version 6? I was using it in version 5 and it was working really well. But as soon as I updated to version 6 it just stopped showing up, I just get a blank page, nothing shows up.

mmt-gourav commented 1 year ago

I have the same concern, I am waiting for this plugin also. You can use the capacitor plugin for ionic 6, but the problem is many functionalities and other features are not available here.

https://capacitorjs.com/docs/apis/google-maps

JEreth commented 8 months ago

We ran into the same problems and created a migration to the awesome-cordova plugins. Simply switch to aweseom cordova instead of ionic native https://github.com/danielsogl/awesome-cordova-plugins and install this plugin

https://www.npmjs.com/package/@pragmatic_apps/google-maps

However, you are probably better off migrating to capacitor in general.