- Home /
Open Pdf File in Android
Hi, I am developing an educational application which needs to be able to open pdf files stored in the Application persistent datapath. I am currently using the Application.openURL function which works perfectly only with android api 23 and below. The problem is i want to upload my application to the play store which requires my application to have a target api of 26 and above. Are there any other ways to open those pdf files? I have already spent a lot of time searching without any solutions found. Any help is appreciated.
Hey I am struggling with this problem as well. Have you found a solution?
Answer by VKirschbaum · Jan 13, 2019 at 09:22 PM
hey, I have exactly the same problem. Did you find a solution?
Your answer
Follow this Question
Related Questions
Alternative to 'Application.OpenURL()' for newest Android API 1 Answer
What do I pass into Application.OpenURL to open up the Android market from an app? 2 Answers
Open a pdf file from the Resources folder on iOS 1 Answer
go back to the app after leaving it to the Android main screen 1 Answer
How to convert to XImage without using System.Drawing.Image with the webplayer 0 Answers