Software Archive
Read-only legacy content
17061 Discussions

iframe src not working in IOS

Henk_M_
Beginner
413 Views

The code below is working in the simulator and also in App Preview maar not in Build mode.
I get a blank screen when I build the App and install it on an iphone.

I have the URL 'http://www.feestartikelen.nl' on the Cordova Whitelist, under 'Network Request'.
I have no idea why the URL is not showing.

CODE
<div style="overflow:auto;-webkit-overflow-scrolling:touch;height:100%">
    <iframe src="http://www.feestartikelen.nl/mobiel/" height="100%" width="100%"></iframe>
</div>

0 Kudos
3 Replies
PaulF_IntelCorp
Employee
413 Views

You might need to add that URL to the "navigation" whitelist rule, as well.

0 Kudos
Henk_M_
Beginner
413 Views

Hi Paul,

Thanx, I will try.

I have one other issue. Can you send me a copy of the keystore for xdk.intel.cordova.feestartikelen?

Thanx and regards,

Henk

0 Kudos
PaulF_IntelCorp
Employee
413 Views

Henk -- I don't have access to that file. You can download the signing cert directly from within the XDK. See the "user icon" in the upper right of the XDK, where there is a download link for each cert you've got stored in your account:

Screen Shot 2016-10-19 at 8.18.59 AM.png

0 Kudos
Reply