Google Maps Control

Has anyone had success using the Google Maps control with on Android 7? My map shows fine in a browser but when I create a native app for Android i just get a set of tiles showing “Sorry, we have no imagery here”. I presume it’s config.xml file that is missing some parameters.

Thanks

First step is to hook up the remote debugger. There are probably error messages on the console which will tell you what is going on.

For a native Android app? I’m not sure how to do that.

Remote Debug Android Devices

Thanks. I was able to navigate the problem. I added the following to my img-src tag in my content security policy:

https://*.googleapis.com https://*.gstatic.com *.google.com *.googleusercontent.com

Then the map displayed just fine.