Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Background colour is not supported (IOS) #75

Open
manishapaghadar opened this issue Aug 22, 2023 · 2 comments · May be fixed by #81
Open

Background colour is not supported (IOS) #75

manishapaghadar opened this issue Aug 22, 2023 · 2 comments · May be fixed by #81

Comments

@manishapaghadar
Copy link

CSS Background colour not supported while converting html to pdf.

Flutter version: 3.10.6
Mac OS version: 13.5
Device OS Version: 16.6
Device: Iphone 12

RPReplay_Final1692687434.MP4
@storm52
Copy link

storm52 commented Nov 28, 2023

Same problem here,have you solved this bug?

@raister21
Copy link

Add this to your style tag.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants