CRAlpha / react-native-wkwebview

WKWebview Component for React Native
MIT License
642 stars 271 forks source link

Open target="_blank" and embedded video in webview #226

Closed indapublic closed 5 years ago

indapublic commented 5 years ago

When you click on the link with the target = _blank, it will open a browser window. The same behavior will be when you try to view embedded youtube. Is it possible to open those links within webview?

insraq commented 5 years ago

See README:

openNewWindowInWebView
If set to true, links with target="_blank" or window.open will be opened in the current webview, not in Safari. Default is false.
indapublic commented 5 years ago

Sorry :( My fault