carlotnx
carlotnx
I've disabled "Email Enumeration Protection" for my project, but oath parameters are still missing in google-services.json
I have a [big problem](https://jira.appcelerator.org/browse/AC-6467) with the WebView, having the load / close events would allow me to switch to chrome custom tabs. Any news?
I've try to implement the callback, but [chrome custom tabs didin't give access to the loaded url](https://bugs.chromium.org/p/chromium/issues/detail?id=543542), so we cannot have the load event with parameters for the moment
``` define ('K_PATH_IMAGES', getcwd().'/_files/immagini/'); require_once('tcpdf/tcpdf_import.php'); $pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false); $pdf->SetCreator(PDF_CREATOR); $pdf->SetAuthor('xxx'); $pdf->SetTitle('Contratto'); $pdf->SetHeaderData("logo_contratto_pdf.jpg", 16, 'Contratto', 'Riferimento: xxx'); $pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', 8)); $pdf->setFooterFont(Array(PDF_FONT_NAME_MAIN, '', 8)); $pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); $pdf->SetMargins(PDF_MARGIN_LEFT,...
The library I switched to is WkHtmlToPdf, that works in a completly different way (it acts as a browser and convert the html page). It's not a problem with header...
Any hint?
Issue still present...can't use this libray anymore for document to be sent via email...