PolarCape / polarcape-cordova-plugin-document-handler

Polar Cape Cordova Plugin Document Handler
MIT License
10 stars 19 forks source link

DocumentHandler.saveAndPreviewBase64File does not work with Kitkat 4.4.2 #15

Open TejendraGarge opened 7 years ago

TejendraGarge commented 7 years ago

I want to open PDF document in Android Device. I am using polarcape cordova pugin. My App am receiving Base64 string from the Server API, and I want to open the PDF intent using saveAndPreviewBase64File method of the plugin to achieve this. I have set the target as Android-23, as suggested earlier, by the plugin development team. It works for Android, 5.0 onwards. But it is not working for device having Kitkat (Android 4.4.2)

Can someone help me in working for 4.4.2 Kitkat?

nabwill commented 5 years ago

same problem here