I have to open the local pdf file which reside in my android asset folder, can I able to open the local pdf files using this? If it's possible how I can call my local pdf file path.
Path= ???????
webView.loadUrl("file:///android_asset/pdfviewer/index.html?file=" + path);
Thanks!
I have to open the local pdf file which reside in my android asset folder, can I able to open the local pdf files using this? If it's possible how I can call my local pdf file path.
Path= ???????
webView.loadUrl("file:///android_asset/pdfviewer/index.html?file=" + path);
Thanks!