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

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - IE9 error '$'is not defined -