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
Post a Comment