Iframe Issue when Opening an external link

I am trying to use an iframe inside my hybrid app. The iframe works perfectly, but it has some links inside that won’t open when you click on them specifically when they are deployed to the iOS platform. It works in the browser view, but not in the iOS device. Is there a solution for this?

This is my ionic info is:

cli packages: (/usr/local/lib/node_modules)

@ionic/cli-utils  : 1.19.2
ionic (Ionic CLI) : 3.20.0

global packages:

cordova (Cordova CLI) : 8.0.0

local packages:

@ionic/app-scripts : 3.1.9
Cordova Platforms  : ios 4.5.4
Ionic Framework    : ionic-angular 3.9.2

System:

Node  : v8.11.2
npm   : 6.1.0
OS    : macOS High Sierra
Xcode : Xcode 9.4 Build version 9F1027a

Environment Variables:

ANDROID_HOME : not set

Misc:

backend : pro

Thank you!!

To clarify, you have a website/page inside the iFrame that has links and they wont trigger? Do the links have a target? Is the page in the iFrame local or remote?

Hello,
I have the same issue. Have you found any way to resolve this yet?