Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handle null value of targetFrame in iOS interception logic #225

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

adamkobor
Copy link
Contributor

see #221 and this answer here: https://stackoverflow.com/a/27391215

The targetFrame is null for target="_blank" links in the WKWebView, so these wouldn't count as navigation events (i.e. it won't be possible to intercept them)

@KevinnZou KevinnZou merged commit d42d704 into KevinnZou:main Sep 27, 2024
4 checks passed
@KevinnZou KevinnZou self-assigned this Sep 27, 2024
@KevinnZou KevinnZou added the enhancement New feature or request label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants