khizar1556 / html_to_pdf_plus

Flutter plugin for generating PDF files from HTML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Link <a> tag and css not working in iOS platform

laxman-konze opened this issue · comments

I have run give example in iOS device from html_to_pdf_plus repository but link not working also I have apply background color to it but not show in pdf.

Any solution for this?

@laxman-konze Add this to your style tag.

<style>
    @media print {
    * {
        -webkit-print-color-adjust: exact !important;
      }
    }
</style>

please use new version 1.0.4