I’m having trouble with the GoogleOverlay not working on some browsers. It appears to work in Chrome, but not Firefox/IE/Edge. I believe this is related to one of the recent upgrades. Unfortunately I’ve only been testing with Chrome lately so I hadn’t noticed the problem until recently.
Here is the working screenshot from Chrome:
Here is a broken screenshot in Firefox (similar in Edge and IE):
Here are the only errors in the Firefox dev console:
window.controllers is deprecated. Do not use it for UA detection. opl_GeoResource.axd:583:417
window.controllers is deprecated. Do not use it for UA detection. opl_GeoResource.axd:583:417
The character encoding of a framed document was not declared. The document may appear different if viewed without the document framing it.
(I think the last one has to do with DevExpress control I’m using)
Any suggestions for how to troubleshoot it?
Thanks!