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

RequestInterceptor is non-functional on Android API ≤ 23 #267

Open
westnordost opened this issue Jan 11, 2025 · 0 comments
Open

RequestInterceptor is non-functional on Android API ≤ 23 #267

westnordost opened this issue Jan 11, 2025 · 0 comments

Comments

@westnordost
Copy link

RequestInterceptor.onInterceptUrlRequest is not called at all on Android API ≤ 23.

After investigating a bit, I am pretty sure that the cause for this is that AccompanistWebViewClient only overrides shouldOverrideUrlLoading(WebView view, WebResourceRequest request) which was only added in API 24. So on API ≤ 23, it will never be called.

For API ≤ 23, shouldOverrideUrlLoading(WebView view, String url) must be overridden.

This is also explained in this 2016 StackOverflow answer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant