cordova ios permission request code example
Example: cordova internet access permission
<allow-navigation href="*" />
<allow-intent href="*" />
<access origin="*" />
<allow-navigation href="*" />
<allow-intent href="*" />
<access origin="*" />