cesarvr / pdf-generator

Cordova plugin to generate pdf in the client-side
MIT License
107 stars 61 forks source link

fix(android): fix crashes and faulty preview on Chrome 86+ #125

Open timbru31 opened 3 years ago

timbru31 commented 3 years ago

This is achieved by always using a new WebView instance and by destorying the old one

fix(android): correct file name for temp folder fix(android): remove unused config file fix(android): register only one printer adapter fix(android): do not crash if error code is null (which is valid) refactor(android): use Cordova's log helper style: reformat codebase

This fixes #124