Carlos Castillo
Posts: 0
Joined: Wed Mar 26, 2014 7:13 pm

Window open with Header and footer

How can I build a window.open page but have a frame around the webpage. Back and options on the header and footer? Not just a back and in a different format

Nikita
Posts: 0
Joined: Fri Feb 28, 2014 4:02 pm

Window open with Header and footer

Hello,

Please add an html-component to the page:
http://docs.appery.io/documentation/u...
then add to it an iframe with a link to your site.

Carlos Castillo
Posts: 0
Joined: Wed Mar 26, 2014 7:13 pm

Window open with Header and footer

Nice Im getting there, now

How of I make the iframe responsive, meaning, is meant for iphone 320x480 but it will show right on ipad or viceversa I build it 640x960 but when I see it on iPhone I can get the info right?

Carlos Castillo
Posts: 0
Joined: Wed Mar 26, 2014 7:13 pm

Window open with Header and footer

And also youtube does not show, so how can I change the footer?

Nikita
Posts: 0
Joined: Fri Feb 28, 2014 4:02 pm

Window open with Header and footer

Hello,

1) You should set iframe size in relative units (% or vh/vw) or set size in px via JS on showPage event (calculated proper size depending on the size of the content area)
2) Not all the sites can be displayed in iframe. For example, you can't display Youtube, more details here:
https://developer.mozilla.org/en-US/d...

Return to “Issues”