cesarvr / pdf-generator

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

fix for "openDatabase" error #28

Closed rastafan closed 7 years ago

rastafan commented 7 years ago

This fix prevents an error when opening a webSQL database after using the "pdfGenerate" method. The error was:

Uncaught SecurityError: Failed to execute 'openDatabase' on 'Window': Access to the WebDatabase API is denied in this context

referencing issue #27

cesarvr commented 7 years ago

Thanks!!