iamacup / react-native-markdown-display

React Native 100% compatible CommonMark renderer
MIT License
568 stars 167 forks source link

Hovering over links in the browser #138

Closed aghasemi closed 9 months ago

aghasemi commented 3 years ago

Hi,

I am using this in a React Native for Web project with Expo (and it's great, thanks).

The minor issue I have is, the "normal" behaviour of links in a browser, which is the href being displayed at the bottom of the tab when hovered on, does not happen for links inside the Markdown. Is there a way to make it happen, so that the app looks and feels more like a website?

Thanks