Native Google Maps Black Screen

Check CSP config in index.html, adding:

<meta http-equiv=“Content-Security-Policy” content=“default-src ‘self’ gap://ready file://* *; style-src ‘self’ ‘unsafe-inline’; script-src ‘self’ ‘unsafe-inline’ ‘unsafe-eval’”/>

may help…

ps. I spent 2 hours to find this solution and make maps works again :wink: