I am trying to open a docx/xlsx document with the help of its URL in the Android web view.
I am passing the document URL in the LoadURL method.
But every time I pass a document URL, the web view goes blank. I am able to access web pages inside the web view though.
I tried opening documents that were on my google drive, through their link. In this case, I was able to open both types of the documents.
I need help on how do I access any docx/xlsx document with the help of its URL inside the Android web view.