Skip to content Skip to sidebar Skip to footer

Cordova 6.3.1 On Ios 10 And Xcode 8

I'm developing on cordova and iOS/android since a long time, before Xcode 8 everything was working and on android still everything is working. Just on iOS under this constellation

Solution 1:

This sounds similar to the symptoms described by Chis Rae in his comment on my answer to my own question.

Try adding the Content-Security-Policy meta tag:

<metahttp-equiv="Content-Security-Policy"content="default-src * gap://ready file:; style-src 'self' 'unsafe-inline'; img-src 'self' data:; script-src * 'unsafe-inline' 'unsafe-eval'">

Post a Comment for "Cordova 6.3.1 On Ios 10 And Xcode 8"