Can't find variable: element (v2.3.5)
See original GitHub issueI’m submitting a … (check one with “x”)
- question
- any problem or bug report
- feature request
If you choose ‘problem or bug report’, please select OS: (check one with “x”)
- Android
- iOS
cordova information: (run $> cordova plugin list
)
com.googlemaps.ios 2.6.0 "Google Maps SDK for iOS"
cordova-plugin-googlemaps 2.3.5 "cordova-plugin-googlemaps"
If you use @ionic-native/google-maps
, please tell the package.json (only @ionic-native/core
and @ionic-native/google-maps
are fine mostly)
"@ionic-native/core": "4.6.0",
"@ionic-native/google-maps": "^4.8.2",
Current behavior: ReferenceError: Can’t find variable: element
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:5 (3 by maintainers)
Top Results From Across the Web
REACT-NATIVE : : ReferenceError: Can't find variable: Element
I haven't used React Native, so this is a quick guess: does this get called before the DOM exists? When using other SSR...
Read more >REACT-NATIVE - abcjs - ReferenceError: Can't find variable
Unfortunately, you need a DOM set up. I haven't used react-native, so I'm not sure if this will work: What works for me...
Read more >Robot Framework User Guide
Find Environment Variables under Settings . There are variables affecting the whole system and variables affecting only the current user.
Read more >MATCH - Cypher Manual - Neo4j
The MATCH clause allows you to specify the patterns Neo4j will search for in the database. This is the primary way of getting...
Read more >Everything you need to know about CSS Variables
Most programming languages have support for variables. But sadly, CSS has lacked support for native variables from the very beginning.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think the problem lies in the CordovaGoogleMaps.js file. In line ~854, the “element” variable does not seem to exist. I do not know if it is a global variable or in any case where it is declared …
Thank you. Please reinstall the plguin from the multiple_maps branch.