My ionic app is not working on ios 10? -
i have added below meta tag in index.html still app not working on ios 10? when build on native device showing splashscreen..
<meta http-equiv="content-security-policy" content="default-src gap://ready file://* *; script-src 'self' 'unsafe-inline' 'unsafe-eval' *; style-src 'self' 'unsafe-inline' *">
try add content security policy follows:
<meta http-equiv="content-security-policy" content="img-src * android-webview-video-poster: 'self' data:; default-src * 'self' gap: wss: ws: ; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval';">
does resolve issue?
Comments
Post a Comment