I am making an app with web view inside of it which handles offline html pages. One html page contains contact and Rating review. I would like to show the Rating review inside an iframe from where user can review the items but when internet is not availaible instead of showing no connection availaible. I would like to hide the iframe or instead show an image or default html page.
Is this possible. I tried the below link but it doesn't work for me. if there is no internet connection, hide iframe
Thanks in advance.