React-Native Webview cannot load ppt, Xls, or doc files in android in iOS working properly.
In Android, it will download the file, It will not display the contents in the webview.
<WebView
javaScriptEnabled={true}
originWhitelist={['*']}
scalesPageToFit={false}
source={{
uri: `https://www.cmu.edu/blackboard/files/evaluate/tests-example.xls`
//doc
// uri:`https://calibre-ebook.com/downloads/demos/demo.docx
}} />
Any thoughts on above one please!