I have used WebView in my app . My images from another url in web view are not loding in app but the same when seen on chrome is seen . I have attached the screen . screen is seen on chrome . but in app the image is not shown . The url of image is as follows. I tried with both http and https but the image is not shown in app.
Hi @Quantech_Tech, welcome to the community!
Can you tell us what is the page url which you are viewing in a web view.That problem is from the following
1- Disabling auto image loading(Enable it )
2- image blocked as it’s insecure.( you can check this with console message event )
where can i find the above options. my web view url is abc.co.in. and the images in this site are loading from abc.co.in.
My problem is the images which are on this site (abc.co.in) are seen means the local where as Images which are using the url (cdf.co.in). are not seen.
Just use this blocks, and tell us if you received any messages, and what are this messages:
If your images is insecure, you will get a message, osmething like:
The page at "URL" was loaded over HTTPS, but requested an insecure image : "IMAGE_URL",The request
has been blocked; the content must be served over HTTPS
thanks i got that mixed content error message . what i have to do to remove this?
i have ticked that load images property in web viewer. still getting that error of mixed content.