Hi,
We recently noticed that, when loading html files with embedded resources(images), the library tries to get the image from the internet and takes a lot of time when there is no internet connectivity.
So we wanted t…...you want to avoid completely HTTP request the best option will...getOriginalUri().startsWith("http") ? ResourceLoadingActio.SKIP...