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

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

python - Error: Unresolved reference 'selenium' What is the reason? -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -