I have kept a pdf file 'test.pdf' in side a folder called 'DocFile' and put that file inside asses folder for android.
Now when I tried to show that pdf on webview, it was not showing anything (nothing but a blank webview).
app/assets/android/DocFile/test.pdf
On controller
myWebView.url = '/DocFile/test.pdf';
But the same code works for IOS. Please suggest.