External Image URL

Hi,

My compiled android app won’t show external image url, I’ve check my config and these lines are already there:

allow-navigation href=“"
access origin="

Application works well under browser of course, what is the problem?

I’m using nsb 6.3.1

Thanks,
Hamed

Try opening the Chrome Remote Debugger. Are there any error messages showing in the console?

Thanks, its seems that the CSP should changes to:
img-src * ‘self’ data: https:

It’s now ok,

Thanks,

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.