This works when the html file is in the assets (media folder). If the html file is located elsewhere in the android file system, then you will need to provide a full file path to the file, e.g.
file:///storage/emulated/0/Download/index.html
and you will need the correct permission / ownership to access the file.

