Hi to all,I am facing some Google map issue in IOS app. Map is not loading properly and showing "Sorry, we have no imagery here" content with grey screen. I already tried to set Content Security Policy in lifetime and the application is working fine in Desktop, android and maps gets loaded. But when I tries to access same application in IOS, the maps does not gets loaded. I'm attaching image for reference.
Check this
https://stackoverflow.com/questions/10527211/avoiding-sorry-we-have-no-imagery-here-with-google-maps
It might be the zoom level
Hello @Márcio Carvalho Thanks for reply, the issue is resolved by adding URL in CSP. This "https://*.googleapis.com" URL was missing in (Img-src, Media-src, Connect-src). After adding this URL Map is working fine in all devices.