I am developing a new project about publishing Personal CV.
I need to show users\' CVs in the application.
My standard WebView code is below and working wel
Android Webview cannot display PDF files. There is an issue related to this problem. You can view it from this link
There are multiple solutions to your problem, you can pick the most relevant one for yourself.
1) Use react-native-pdf-view
2) Use Google Docs as a viewer. Try to load this URL in your Webview http://docs.google.com/gview?embedded=true&url=http://www.africau.edu/images/default/sample.pdf
3) Use Chrome Custom Tabs.