Replies: 5 comments 1 reply
-
Changing
works. Could this be a possible extension for this plugin or could this cause issues? |
Beta Was this translation helpful? Give feedback.
-
@AE1NS how did you solve the |
Beta Was this translation helpful? Give feedback.
-
Hi @greg-md, did you have fix the capacitor://localhost CORS issue? I have the same problem starting with version 3.54 |
Beta Was this translation helpful? Give feedback.
-
@falconeta I think I resolved it by adding the |
Beta Was this translation helpful? Give feedback.
-
Hi @greg-md i already have this configuration, but the problem still persist... In my case the CORS issue is on the |
Beta Was this translation helpful? Give feedback.
-
When I use the web implementation of @capacitor/google-maps, I cant use the @googlemaps/js-api-loader plugin in parallel to access i.e. the geometry or places API of google.
I get a
Error: Loader must not be called again with different options.
because the google maps script cant be implemented more than once. When I run the app on the android device, there is no issue, because the script will only be created by the @googlemaps/js-api-loader plugin.Is there any solution/idea how both can be compatible in web?
Beta Was this translation helpful? Give feedback.
All reactions