You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Android, the map does not load (page fully blank, not even the Google logo)
Expected behavior:
Should load normally, it works on iOS
I have the following error :
consolelogs.js:50 Unhandled Promise rejection: Cannot read properties of undefined (reading 'children') ; Zone: <root> ; Task: Promise.then ; Value: TypeError: Cannot read properties of undefined (reading 'children')
at functionName (js_CordovaGoogleMaps-for-android_ios.js:205:33)
at Array.forEach (<anonymous>)
at CordovaGoogleMaps.traceDomTree (js_CordovaGoogleMaps-for-android_ios.js:197:53)
at functionName (js_CordovaGoogleMaps-for-android_ios.js:206:25)
at Array.forEach (<anonymous>)
at CordovaGoogleMaps.traceDomTree (js_CordovaGoogleMaps-for-android_ios.js:197:53)
at functionName (js_CordovaGoogleMaps-for-android_ios.js:206:25)
at Array.forEach (<anonymous>)
at CordovaGoogleMaps.traceDomTree (js_CordovaGoogleMaps-for-android_ios.js:197:53)
at functionName (js_CordovaGoogleMaps-for-android_ios.js:206:25) TypeError: Cannot read properties of undefined (reading 'children')
at functionName (http://localhost:8100/plugins/cordova-plugin-googlemaps/www/js_CordovaGoogleMaps-for-android_ios.js:205:33)
at Array.forEach (<anonymous>)
at CordovaGoogleMaps.traceDomTree (http://localhost:8100/plugins/cordova-plugin-googlemaps/www/js_CordovaGoogleMaps-for-android_ios.js:197:53)
at functionName (http://localhost:8100/plugins/cordova-plugin-googlemaps/www/js_CordovaGoogleMaps-for-android_ios.js:206:25)
at Array.forEach (<anonymous>)
at CordovaGoogleMaps.traceDomTree (http://localhost:8100/plugins/cordova-plugin-googlemaps/www/js_CordovaGoogleMaps-for-android_ios.js:197:53)
at functionName (http://localhost:8100/plugins/cordova-plugin-googlemaps/www/js_CordovaGoogleMaps-for-android_ios.js:206:25)
at Array.forEach (<anonymous>)
at CordovaGoogleMaps.traceDomTree (http://localhost:8100/plugins/cordova-plugin-googlemaps/www/js_CordovaGoogleMaps-for-android_ios.js:197:53)
at functionName (http://localhost:8100/plugins/cordova-plugin-googlemaps/www/js_CordovaGoogleMaps-for-android_ios.js:206:25)
The text was updated successfully, but these errors were encountered:
I'm submitting a ...
OS:
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:
On Android, the map does not load (page fully blank, not even the Google logo)
Expected behavior:
Should load normally, it works on iOS
I have the following error :
The text was updated successfully, but these errors were encountered: