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

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

How do I compare strings in Java? -

ios - Pass NSDictionary from Javascript to Objective-c in JavascriptCore -