-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cordova-plugin-googlemaps is not installed or ready yet IONIC 4 & Capacitor ios #283
Comments
Capacitor is not supported yet |
|
It also did not work for ionic 4 with cordova it said. We need to run ionic cordova run browser or something. Could you provide private support for ios capacitor? |
I have no time to develop this. |
My next question is that. Should this plugin work on ionic 4 for iOS? because it does not it have an error saying that should not run on ionic serve. |
This plugin works with cordova. You can add |
Does the whole of the internet not contain an answer for this question? |
ionic cordova run ios Does not work, though, on my machine it skips the build step for this plugin thinking it’s not a compatible iOS plugin for some reason? |
The plugin doesn't currently support iOS when using Capacitor. It works find on iOS if you are using Cordova. |
Thanks for the response, is there anyone working on iOS Capacitor support? Is it a small, medium, or large task to get Capacitor working with this plugin? |
I have tested the implementation added to the BROWSER platform and it works excellent even if you have implemented Capacitor. But unfortunately, I failed to compile the Android app with this error: failed linking references. |
In order to support Capacitor iOS, I need to make a big change for three platforms, and unfortunately I have no time to work for that |
Masashi is there any way to help with those changes, there's a lot of bright people here. Maybe if you can share the idea of the problem and what would be required, the community could help. |
Thanks, but do you understand how does this plugin manage internally? |
@THEDOWNCOUNTRY I have extensive experience with this plugin, YES it is possible to run ionic cordova in all three: ios, android, and iOS for ionic versions 3,4, and now 5. @wf9a5m75 has designed it that way, and the docs explain that. You must use cordova for it to work, there is no point asking to support capacitor because it's not designed that way. What are you having trouble with exactly? |
I made a fundraising of this topic. |
I'm submitting a ... (check one with "x")
If you choose 'problem or bug report', please select OS: (check one with "x")
cordova information: (run
$> cordova plugin list
)If you use
@ionic-native/google-maps
, please tell the package.json (only@ionic-native/core
and@ionic-native/google-maps
are fine mostly)Current behavior:
It gives me the error [GOOGLEMAPS] cordova-plugin-googlemaps is not installed or ready yet when I try to open the map page.
Expected behavior:
To start the map
Screen capture or video record:
Related code, data or error log (please format your code or data):
The text was updated successfully, but these errors were encountered: