christopherdro / react-native-print

Print documents using React Native
MIT License
335 stars 145 forks source link

iOS WebView and baseUrl Support #168

Closed Kroniac closed 1 year ago

Kroniac commented 2 years ago

Solves an issue on iOS to load relative links(images, styles) and CORS.

Fixes #164 #159

Added params to the print method

We can fully switch to using WebView in the next version if no issues are found.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Kroniac commented 8 months ago

@christopherdro @Mazkoshak these changes were approved but not merged. Can you take a look? It solves a major issue on iOS.