Page 1 of 3

Full Bleed Outside WebPage?

Posted: Tue Oct 09, 2012 11:14 pm
by Jerry Levine

How do I have a full-bleed outside HTML page display inside of a Tiggzi app? I've attempted to use an iFrame, but it does not display to the edges of the screen. It also displays at approximately 1/4 height and does not change based on the size of the screen.


Full Bleed Outside WebPage?

Posted: Tue Oct 09, 2012 11:25 pm
by Jerry Levine

I'm presuming this could be called by Javascript, but I'm not certain...


Full Bleed Outside WebPage?

Posted: Wed Oct 10, 2012 12:32 am
by maxkatz

Do you want to embed another web page into your app?


Full Bleed Outside WebPage?

Posted: Wed Oct 10, 2012 12:43 am
by Jerry Levine

Max - That's exactly what I'm trying to do. I'm going to have a list that loads different outside pages based on a user's selection, but I want to make sure they load inside the application rather than in the standard browser.


Full Bleed Outside WebPage?

Posted: Wed Oct 10, 2012 3:34 am
by maxkatz

Yes, CSS would be the way to style/format it.


Full Bleed Outside WebPage?

Posted: Wed Oct 10, 2012 4:18 am
by Jerry Levine

Any suggestions on how to code this properly within Tiggzi?


Full Bleed Outside WebPage?

Posted: Wed Oct 10, 2012 4:31 am
by Jerry Levine

Max - Any suggestions on how to code this properly with Tiggzi?


Full Bleed Outside WebPage?

Posted: Wed Oct 10, 2012 4:46 am
by maxkatz

You can use the Panel component to embed the iframe: http://help.gotiggr.com/documentation...

As for styling it so it takes up the entire screen, you will need to find the right CSS.


Full Bleed Outside WebPage?

Posted: Wed Oct 10, 2012 4:49 am
by Jerry Levine

Max - that's what I've been attempting, but no matter what, Tiggzi seems to force it back into a tiny box...


Full Bleed Outside WebPage?

Posted: Wed Oct 10, 2012 5:24 am
by Jerry Levine

Max - here's a public link to the project. I can get the resizing to work fine with an iFrame on the width but not on the height. Not sure what I'm supposed to be calling in the CSS for height but it's not working. :(