Hi,
I am trying to display the .pdf file in my application, In other threads I read thru webview we can do it, so I tried like..
but it is showing a small icon with "?" .. could not able to find what is wrong here ?! inside html tag I tried "file" instead of "img", still not worked.
help me to find what is missing here .. or suggest me the best way to display the pdf file.
Thanks,:sign0085:
I am trying to display the .pdf file in my application, In other threads I read thru webview we can do it, so I tried like..
B4X:
WebViewDisplay.LoadHtml("<html><body><img src='file:///android_asset/filename.pdf'/></body></html>")
but it is showing a small icon with "?" .. could not able to find what is wrong here ?! inside html tag I tried "file" instead of "img", still not worked.
help me to find what is missing here .. or suggest me the best way to display the pdf file.
Thanks,:sign0085: