I am having difficulty using Device.OpenUri to open PDFs on an iPad. I can open them on Android just fine. I have tried the following
Device.OpenUri with Url =file://var/mobile/Containers/Data/Application//Documents/MyPDF.pdf
Device.OpenUri with Url =/var/mobile/Containers/Data/Application//Documents/MyPDF.pdf
Nothing happens. An exception is not even thrown. I know the file is there because I can see it in iTunes with file sharing enabled. However, for whatever reason, my app will not open the pdf in iOS.
Soutti