react-native-html-to-pdf
react-native-html-to-pdf copied to clipboard
Item's background colors is not showing in ios
it is my code. I give background-color for style.
for android it my pdf is
for ios
hi, may i know your path for IOS ?
im having issue to store pdf in device
@AzizKizgin Have you found a solution ? I've got the same issue and it's really annoying.
@afizboltz On my side, for iOS, I use the react-native-share so the user can save it anywhere he wants.
@AzizKizgin Have you found a solution ? I've got the same issue and it's really annoying.
@afizboltz On my side, for iOS, I use the react-native-share so the user can save it anywhere he wants.
`@media print {
- { -webkit-print-color-adjust: exact !important; } }`
I just added this and issue fixed.
Works perfectly, thanks
@AzizKizgin Have you found a solution ? I've got the same issue and it's really annoying. @afizboltz On my side, for iOS, I use the react-native-share so the user can save it anywhere he wants.
`@media print {
- { -webkit-print-color-adjust: exact !important; } }`
I just added this and issue fixed.
Same issue here and this solution works for me! thanks!
@media print { * { -webkit-print-color-adjust: exact !important; } }
@media print { * { -webkit-print-color-adjust: exact !important; } }
Can you please tell where to put this line in the html content
@Tusharthakur0977 inside a <style>
tag.