I have a listview in Xamarin form, which you can see in the screenshot here:
https://i.stack.imgur.com/1gTv6.png
and this is my database structure
https://i.stack.imgur.com/8GHFc.png
as you can see in database i have file content which is in binary format and these binary data are pdf files, i need to display these pdf in browser.
In my listview, I am retrieving data with button, what i want is when the user clicks on button, a PDF file should open in browser from the database based on id.