Mobile Native Print PDF with Cordova Plugin Printer

2
I have build a widget on mobile to simply click and open pdf, then you can select local network printer to print source code: https://github.com/qntbkk/MobilePrintPDF.git During the test i just found that cordova nativeapi is not execute. Look like current phonegap cli is builded with android 7.1.2 and the plugin is running with 8.0.0   Mendix apk app not return any error, but i think it suppose to show pdf after execute nativeApi call, but it is not function at all. Please advise what i can solve this problem.  Thanks  
asked
1 answers
0

Hi Quang, to my knowledge current android support is 7.1.4. Try creating a new package with updated android version or?

answered