Hi,
Great platform, much info sourced so far! However this time round I could not find a solution to my challenge...
I have application that is connected to SharePoint document library. I list my documents in a gallery and on selection I trigger window where I display document content.
I am using Substitute() function to convert word/excel documents into pdf and then display it in app using PdfViewer. This part works great!
If I have a link in the newly made pdf to, let's say different excel file from same SharePoint library, I am able to press on it and it launches office application on the device.
My challenge is to capture this link press and instead of launching office application (default behaviour) I'd like to create an new Pdf and display it on 2nd PdfViewer.
???