0
イオン3アプリ内でiframeを使用しようとしています。イオン3 <allow-navigation>が動作しません
Androidで実行するとiframeは正常に動作しますが、iOSでは正常に動作しません。私のconfig.xmlに
私は2つのconfig.xmlファイル
AppName/config.xml
AppName/platforms/ios/AppName/config.xml
にこの行を追加します。
<access origin="*" />
<alow-navigation href="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
(他人stackoverflowの質問で説明したように)私は、この行を追加します。しかし、それはまだ動作しません。
ERROR Internal navigation rejected - <allow-navigation> not set for url='gap://ready'
withlistプラグインのバージョンが
"cordova-plugin-whitelist": "^1.3.1"
は、私が何かを忘れアムです:XCodeので、私は、このエラーメッセージが表示されますか?