Hi there, I met this error when I build an old ionic project (ionic 1.3.3).
ERROR Internal navigation rejected - <allow-navigation> not set for url='unsafe:ionic://localhost%23/menu/personalData'
ERROR External navigation rejected - <allow-intent> not set for url='unsafe:ionic://localhost%23/menu/personalData'
I have searched a lot, and try every methods, such as:
Add the following in config.xml and add meta tag CPS in index.html, this is not working
Looks like we are in the same boat, I was looking for a solution. However i did not solve it yet. Did you happen to find the solution, please let me know
Thanks for the response, Now i don’t get the error for allow intent not set, no errors at all. But there is no navigation happening.
I set the following
allow-intent for ionic:*
allow-intent for unsafe:*
allow-navigation for both of the above with ///
And more so the State is missing so had to switch back to href
Not working For me… Tell me how to solve it… For Webview version 1.1.12 href was working very well but when i update webview plugin to 4.1.3 href not working…