cesarvr / pdf-generator

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

Impossible to generate the PDF, message "Preparing preview..." never disappears #47

Closed Adrian1995 closed 6 years ago

Adrian1995 commented 6 years ago

I try run your sample of Ionic (https://github.com/cesarvr/ionic2-basic-example) and nothing happens, the unique thing that happens is that the home screen is shown. I believe that is because the base64 of document is printed on console.

So, I try use the same sample, but changing the parameter type to "share", so, when I call the function is showed to me the message "Preparing preview..." indicating that the PDF is being generate, but the PDF never is generated for my and the message continues the same.

Can you help me to fix that ?

My android is on version 7.0. Do you think that can be this ?

cesarvr commented 6 years ago

Can you try by updating the plugin ?

Adrian1995 commented 6 years ago

Ok, I will try.