WuglyakBolgoink / pdfViewer

Phonegap Android Plugin PDF-Viewer
MIT License
9 stars 16 forks source link

don't work on android 4.4 #1

Closed WuglyakBolgoink closed 10 years ago

uniphonic commented 10 years ago

This seems like a great plugin!

Any news on getting this to work on Android 4.4? Any idea what the issue is?

Thanks! Jacob

WuglyakBolgoink commented 10 years ago

hi, fix

Intent intent = new Intent(); //intent.setPackage("com.adobe.reader"); // direct injection intent.setAction(android.content.Intent.ACTION_VIEW);//or this intent.setDataAndType(Uri.fromFile(file), "application/pdf"); cordova.getActivity().startActivity(intent);

in few days i will make new update of plugin!

test on 4.4 samsung s3 neo and on 2.3 huawei