Cordova 6.3.1 on iOS 10 and Xcode 8

前端 未结 1 1521
暗喜
暗喜 2021-01-21 23:46

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 constellat

相关标签:
1条回答
  • 2021-01-21 23:57

    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:

    <meta http-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'">
    
    0 讨论(0)
提交回复
热议问题