[TIMOB-15948] Android: Expose shouldInterceptRequest and shouldOverrideUrlLoading in the native webview component
GitHub Issue | n/a |
Type | New Feature |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 3.1.2, Release 3.1.3 |
Fix Version/s | n/a |
Components | Android |
Labels | n/a |
Reporter | Marco Cota |
Assignee | Unknown |
Created | 2013-12-10T22:21:39.000+0000 |
Updated | 2018-10-16T09:53:01.000+0000 |
Description
Request
Expose the native webview methods shouldInterceptRequest and shouldOverrideUrlLoading in order to be able to to filter non desired content through the webview.
Current Behavior
Both functionalities are not available for customer to be implemented.
Comments
JSON Source
Any chance this gets implemented? If I understand correct shouldOverrideUrlLoading is also required if you want to catch link click events coming from the webView. We also need this. Cheers!