xml - Whitelisting in Cordova Application -
i have cordova app whitelist
of website except mine navigate user in cases.
<access uri="http://dev.*" subdomains="false" />
the wildcard foo.com
or bar.com
or bar.in
totally depends on users selection.
i have tried well
<allow-navigation href="http://dev.*" />
but nothing seem work. opens in new browser. if hardcode this
<allow-navigation href="http://dev.foo.com" />
it works correctly,in sense opens in app rather browser.
Comments
Post a Comment