When I make something that uses the src
attribute in html, it works well in any browser on my pc, but when I started to test it on Android, iframes images and external script doesn't worked, it sayed that it not found for example
<img src="img.png" alt="Image">
This doesn't works on Android
I can make images work with content://
on Android, but that is very long and hard to do, and external scripts and iframes don't work with this