vladortegab commented on issue #1659:
URL: 
https://github.com/apache/cordova-android/issues/1659#issuecomment-1708792108

   Hello
   reportes.html:396 Uncaught TypeError: Cannot read properties of undefined 
(reading 'create')
       at generarPDF (reportes.html:396:21)
   
   
   
   <div id="bypassme" name="bypassme"></div>
   <script type="text/javascript" src="cordova.js"></script>
   <script type="text/javascript" src="js/jquery.js"></script>
   <script type="text/javascript" src="js/bootstrap.js"></script>
   <script type="text/javascript" src="js/menu.js"></script>
   <script type="text/javascript" src="js/FileSaver.js"></script>
   <script type="text/javascript" src="js/jspdf/dist/jspdf.min.js"></script>
   <script type="text/javascript" src="js/Html2pdf.js"></script>
   <script type="text/javascript" src="js/html2canvas.js"></script>
   <script type="text/javascript" src="js/datatables/datatables.js"></script>
   <script type="text/javascript">
             function generarPDF(){
       window.html2pdf.create(contenido,"test.pdf",success,error);
   
   }
   Help 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to