Using Cordova and PhoneGap: Uncaught TypeError: Converting circular structure to JSON

For anyone testing out their Javascript application on Android using Cordova or PhoneGap, you’ll probably run into this error. (If you’re debugging using the chrome developer tools). For some reason it seems to add HTMLElements onto your Javascript objects…. Which become apparent when you try to use JSON to stringify them. I finally found the …

Using Cordova and PhoneGap: Uncaught TypeError: Converting circular structure to JSON Read More »