officialdoniald / Xamarin.Forms.Save.Open.PDF

34 stars 19 forks source link

Problems with Android Manifes with xam.plugin.media #5

Open Admin-Saturn-ii opened 3 years ago

Admin-Saturn-ii commented 3 years ago

Hello, I have an issue on Android devices. In my Xamarin Forms APP I use nuget xam.plugin.media to take or pick photos and videos. In android Manifest I have this and all works fine. android:authorities="${applicationId}.fileprovider" When Install your nuget Xamarin.Forms.SaveOpenPDFPackage android manifest chage to android:authorities="${applicationId}.provider"

With ".provider" pdf works fine but with photos and videos I have a n issue. With ".fileprovider" photos and videos woks fine but not pdf view. Anyone can help us?

This is the problem with photos ".provider". Pdf works fine. Problem Photos with provider

This is the problem with pdf ".fileprovider". Photos works fine. Problem PDF with fileprovider

Seems to be incompatible, one can work but not both together.