flore2003 / nativescript-markdown-view

A NativeScript plugin that provides a natively rendered markdown view
MIT License
18 stars 7 forks source link

feat(ios): make links work in iOS. #5

Closed ditoglez closed 4 years ago

ditoglez commented 5 years ago

PR Checklist

What is the current behavior?

Links from markdown don't follow up

What is the new behavior?

Replaces UILabel with UITextView in order to allow the user to interact with the content coming from the markdown view. Also upgrades nativescript to v6

Fixes/Implements/Closes #3, #4 .