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

Ensuring WebView overrides non-deprecated method #133

Merged
merged 1 commit into from
Sep 15, 2020

Conversation

techeretic
Copy link

Since this library's next version is going to target API 21+, adding shouldOverrideUrlLoading(WebView, WebResourceRequest) method relevant for Api 21+ as shouldOverrideUrlLoading(WebView,String) has been deprecated.

    Since this library's next version is going to target API 21+, adding shouldOverrideUrlLoading(WebView, WebResourceRequest) method relevant for Api 21+ as shouldOverrideUrlLoading(WebView,String) has been deprecated.
@techeretic
Copy link
Author

@wasabeef could you approve and merge this?

@wasabeef wasabeef merged commit afb17ce into wasabeef:master Sep 15, 2020
@wasabeef wasabeef mentioned this pull request Sep 15, 2020
@fukemy
Copy link

fukemy commented Aug 29, 2021

how to implement this method 'shouldOverrideUrlLoading' to define custom click to link event?

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

Successfully merging this pull request may close these issues.

None yet

3 participants