mirror of
https://github.com/apache/cordova-android.git
synced 2025-03-14 07:11:04 +08:00

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)