cordova - Phonegap android allow specified domains not restrict other -
so problem
phonegap android allow specified domains not restrict other
i set config.xml
<plugin name="cordova-plugin-whitelist" spec="https://github.com/apache/cordova-plugin-whitelist.git" /> <allow-navigation href="http://domain.net/*" /> <access origin="http://domain.net" browseronly="true" />
but webview still can open other domains.
it works on ios not on android.
Comments
Post a Comment