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 -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -