我在 iOS 上使用 Ionic v5 应用程序:我使用来自“德国铁路”外部服务的 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的链接。
这有什么解决办法?