[WebView] Support opening WebView links in external browser on iOS#1355
[WebView] Support opening WebView links in external browser on iOS#1355masonicboom wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
BOOL openLinksInExternalBrowser;There was a problem hiding this comment.
@a2 What does that mean? Does that line have a mistake?
|
I tried using your PR and I am not able to get the links to open in external browser. I think this only works with but not with jquery on click listeners. |
|
@arunshan can you post some code that exposes the issue you're seeing? |
|
Thank you for reporting this issue and appreciate your patience. We've notified the core team for an update on this issue. We're looking for a response within the next 30 days or the issue may be closed. |
|
@arunshan Yes, that is expected. The URL is never seen by the native webview itself if the click is handled completely by jQuery/JS. It would be an AJAX call and not a complete page reload. All, any other concerns with this PR? |
|
Any updates on this? |
|
@masonicboom updated the pull request. |
|
Closing since no activity on the PR. let's re-open if you wanna work on it again. |
No description provided.