mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
7533996fac
This adds three hooks to CordovaPlugin objects. In each case, a null
value can be returned to indicate "I don't care". This null value is
the default.
public Boolean shouldAllowRequest(String url)
public Boolean shouldAllowNavigation(String url)
public Boolean shouldOpenExternalUrl(String url)