Hi,
I have one web application where I am having one web api which returns PDF content as HttpResponseMessage. when I hit this Url from angular js service I am getting the PDF contents and Converting it to blob before showing to UI.this feature is working fine
in Desktop browser,but showing PDF is not working when I try from android mobile browser.Can you please help me on this.
Thank You