I have Xamarin PCL project where I need to show some HTML content in webview. In Android app everything working perfect, but in IOS I have problem with display images. Because its not local content I disable ATS for the app.
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads </key>
<true/>
</dict>
Some times I run app webview show image but in most cases its not showing, it just show question mark in a blue square like on attached image.
question mark in a blue square: