react-native-markdown-renderer icon indicating copy to clipboard operation
react-native-markdown-renderer copied to clipboard

iOS - Link not clickable

Open ghost opened this issue 6 years ago • 0 comments
trafficstars

Links are automatically styled correctly and are clickable on Android, but on IOS the onPress is not triggered at all.

If we change the onPress of the link in renderRules.js to show an alert, we can see that the onPress is never called, so there is no problem with opening the link.

What could be the problem here? Is opening a link inside a text on IOS supported in the first place?

Thanks.

ghost avatar Feb 20 '19 13:02 ghost