React Native - open links in browser

前端 未结 13 660
遇见更好的自我
遇见更好的自我 2020-12-04 11:59

Hi i am using react native\'s webview to display some html, i want that whenever a user clicks a link inside that html, it will open the user\'s browser with that link.

相关标签:
13条回答
  • 2020-12-04 12:47

    You'll want to read this: https://facebook.github.io/react-native/docs/linkingios.html

    It is possible, just check the link above & you should be all good!

    Other links:

    https://github.com/ivanph/react-native-webintent

    https://www.npmjs.com/package/react-native-browser

    0 讨论(0)
提交回复
热议问题