Open a pdf file inside a webview.

前端 未结 4 1602
眼角桃花
眼角桃花 2020-11-28 14:16

I have an app where I\'ve button on a webpage that is rendered inside a webview.

Now on click of button , a pdf file gets downloaded , and the same would then need t

4条回答
  •  感情败类
    2020-11-28 14:34

    attach a download listener to the web view and change the url as follows..

    "http://docs.google.com/gview?embedded=true&url=http://www.abc.com/xxxxxyyyyyxz.pdf"

    it's a link used to open pdf without downloading it...

    I hope it solves your problem..

提交回复
热议问题