penkzhou / plugin_html_to_pdf

Flutter plugin for generating PDF files from HTML
https://pub.dev/packages/html_to_pdf
MIT License
4 stars 2 forks source link

iOS - links in generated pdf are not clickable #5

Closed tsafundzic closed 1 month ago

tsafundzic commented 2 months ago

Affected: iOS Android is working as expected.

Not all links are clickable in generated pdf:

For example:

 <p><a href=\"https://www.google.com/\">GOOGLE</a> Link test</p> // Not clickable
 <p><a href=\"https://www.google.com/\">www.google.com</a></p> // Clickable

Looks like href attribute is ignored, and only tags which shows the url are clickable in the generated pdf

tsafundzic commented 2 months ago

FIX: https://github.com/penkzhou/plugin_html_to_pdf/pull/6

penkzhou commented 1 month ago

Thanks again for your contribution @tsafundzic .It has been released as version 0.8.1.