I'm trying to get my Cordova iPhone app working in iOS 8.1
Working fine in 7, since 8 I'm getting the following error:
Deprecated attempt to access property 'userAgent' on a non-Navigator object.
This is breaking the rendering of the app in page so I need a fix. I've taken a look at the various proposed solutions around the web but none seem to work.
Interestingly the error is coming from the JS retrieved from "https://maps.gstatic.com/maps-api-v3/api/js/17/17/main.js". --- perhaps part of the Google Maps API I'm trying to use?
Any help on the matter would be amazing!
Many thanks
Chris