Error with image redirection only iOS [solved]

Hi,

I have a problem when I try show a image with redirect such as the facebook image profile:

example: http://graph.facebook.com/1329816790470080/picture?type=large

redirect to: https://scontent.xx.fbcdn.net/v/t1.0-1/p200x200/11028965_707814422670323_7137145000729402200_n.jpg?oh=0fd698f69bebc3480fe5afcb1e4fd20c&oe=5A62393C

This working good in all my devices except iOS :frowning:

Any ideas?

Solved, I added this lines in the config.xml:

<allow-navigation href=“http://graph.facebook.com/" />
<allow-navigation href="https://graph.facebook.com/
” />

1 Like