iOS で Ionic v5 アプリを使用しています: 「Deutsche Bahn」の外部サービスから iFrame を使用しています: https://www.bahn.de/p/view/home/partnerprogramm/anreiseservice.shtml
<iframe src="https://dbaw.specials-bahn.de/149cff8c-5fbd-11ea-8079-00163efd4d20.html"
width="100%"
height="346"
name="iFrame">
</iframe>
指定しました
<allow-navigation href="*" />
<access origin="*" />
config.xml で確認できますが、外部 iFrame のリンクを開くことはまだできません。
これに対する解決策は何ですか?