Closed WuglyakBolgoink closed 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
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