0

i want to open the kindle application from my own app and need to open specific file (included in the resources folder), i´ve been looking for the uri scheme in kindle but there is no information, does anyone knows how it works?

In my code i can open the app, but doesn't launch a book, the need is to open the application and open a specific pdf file found in the folder resources

Xamarin.Forms.Device.OpenUri(new Uri("kindle://book/?action=open&book_id=AMZNID0/0BWUTJQ/0/"));
Brandon Minnick
  • 13,342
  • 15
  • 65
  • 123
Richard
  • 1
  • 1
  • Are you sure that parameters are correct ? – Leo Zhu Apr 24 '19 at 03:05
  • I found it here https://stackoverflow.com/questions/11779584/how-to-open-kindle-ebook-from--android but I'm not sure it's working, besides, that's not my need. – Richard Apr 24 '19 at 16:39

0 Answers0