You can see that the google-maps component loads. I would need to see some log or debugger to get an idea of the error. Is there an error message in the Browser Console?
@DanielTS
Here is the screenshot:
Regards
Thanks !
The component is even initialized, including the positions of geo is captured.
Try this:
In the config.xml file, include:
<plugin name="cordova-plugin-googlemaps" spec="~1.4.0">
<variable name="API_KEY_FOR_ANDROID" value="<YOUR_API_KEY_ANDROID>"/>
<variable name="API_KEY_FOR_IOS" value="<YOUR_API_KEY_IOS>"/>
</plugin>
After doing so reinstall the plugins as it is on this page:
Once this is done, please check back on the developer.google.com page if APIs is enabled.
Regards