ios - ERROR Internal navigation rejected - <allow-navigation> IN -


i'm getting below response in ionic app angularjs.i tried open link in angularjs iframe.

error internal navigation rejected - <allow-navigation> not set url='about:blank' error internal navigation rejected - <allow-navigation> not set url='https://ap.testing.com/testing/testing.s/testing' 

but tried add following link in cofig.xml still i'm geeting same issue please advice how fix.

<allow-navigation href="https://ap.testing.com/*" /> 

i having problem , turns out there 2 config.xml files.

appname/config.xml <- 1 shows in xcode

appname/platforms/ios/appname/config.xml

i added

<allow-navigation href="*" />  

to both of them , worked. using 6.3.0.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -