webView:decidePolicyForNavigationAction:request:frame:decisionListener:and other related methods WebPolicyDelegatedo the same.
If you execute [listener use]in this method, this is similar to return YESin iOS. And vice versa: do nothing to return NO.
source
share