i am developing a Instagram-like App with ionic and with iOS9 i am getting a strange error, i looked for a solution in the web but i didnt find something helpful. The strange thing is, the Filters at the bottom of the screen are using the same image, but there it is working.
and GapDebug is throwing this error:
Failed unsafe:file:///var/mobile/Containers/Data/Application/AC45E204-30FB-4F61-92DF-97B840149D7D/tmp/cdv_photo_002.jpg to load resource: unsupported URL
Solution: add this to your .config in app.js
$compileProvider.aHrefSanitizationWhitelist(/^\s*(https?|ftp|file|mailto|chrome-extension):/);