The web application that I am developing has a link to generate a document in pdf format. On clicking the link the server-side code generates the PDF and streams it back to the browser with content type set as "application/pdf". This is working as expected in all the browsers except the android stock/default browser. On clicking the link in the stock browser, the pdf download starts in background. The user has to go to the notification area to actually open then pdf.
Is there a way to make the browser directly open the pdf instead of doing the background process?