cordova-plugin-printer icon indicating copy to clipboard operation
cordova-plugin-printer copied to clipboard

AndroidX

Open mrtungdev opened this issue 5 years ago • 8 comments
trafficstars

mrtungdev avatar Jul 16 '20 07:07 mrtungdev

@ImTung Thanks for awesome pull request. I get success to build android:

npm i cordova-plugin-printer@[email protected]:ImTung/cordova-plugin-printer.git

I'm looking forward to be merged this pull request.

rdlabo avatar Aug 02 '20 02:08 rdlabo

This PR needs to be merged ASAP!

johannesschobel avatar Oct 06 '20 09:10 johannesschobel

if you would like to use it directly within the package.json file, you can add this "temporary branch" as follows

{
  // ...
  "dependencies": {
    // ...
    "cordova-plugin-printer": "ImTung/cordova-plugin-printer",
  },
  "devDependencies": {
    // ...
  }
}

johannesschobel avatar Oct 06 '20 10:10 johannesschobel

Up for merge this Pull Request

AltenTMAOrion avatar Dec 23 '21 10:12 AltenTMAOrion

This PR should be merged ASAP..!

FawzyMokhtar avatar Jan 13 '22 20:01 FawzyMokhtar

This PR needs to be merged ASAP!

jonashger avatar Jan 19 '22 19:01 jonashger

You still have to change the plugin.xml file

 <preference name="ANDROIDX_PRINT_VERSION" default="1.0.0"/>
        <framework src="androidx.print:print:$ANDROIDX_PRINT_VERSION" />

Romone183 avatar Aug 30 '23 13:08 Romone183

Ground control to Major Katzer, do you hear me Major @katzer? This merge will fix cordova-android@10+ build errors. @

andreszs avatar Dec 23 '23 12:12 andreszs