mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-01 01:42:58 +08:00
44aa98887f
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) |
||
---|---|---|
.. | ||
.settings | ||
assets/www | ||
res | ||
src | ||
test/org/apache/cordova | ||
.classpath | ||
.project | ||
AndroidManifest.xml | ||
ant.properties | ||
build.gradle | ||
build.xml | ||
default.properties | ||
project.properties |