Page 3 of 4

how to open webpage in app itself (windows 8 app)

Posted: Mon Jul 29, 2013 10:58 am
by Maryna Brodina

Please try to add one more line:
codeWinJS.Utilities.id("metrocustomhtmlName").setStyle("width", "100%");/code


how to open webpage in app itself (windows 8 app)

Posted: Mon Jul 29, 2013 11:40 am
by John6086644

Miss Marina thank you thank you so much!!.....its working fine thanks.....i was trying this from 2days at-last i got it. thank you all


how to open webpage in app itself (windows 8 app)

Posted: Mon Jul 29, 2013 12:22 pm
by Maryna Brodina

Glad it's working now:)


how to open webpage in app itself (windows 8 app)

Posted: Sun May 10, 2015 6:24 pm
by Yossi Bodeer

Hello
I stuck in same problem and try to solve it
I start to use with "InAppBrowser" and need to show an iframe on android device
It's work on chrome browser(pc) but android device can't show the iframe
Any solution?


how to open webpage in app itself (windows 8 app)

Posted: Mon May 11, 2015 5:52 am
by Illya Stepanov

Hi Yossi -

How exactly you have implemented iframe in your app? Could you please show with screenshots?


how to open webpage in app itself (windows 8 app)

Posted: Mon May 11, 2015 6:38 am
by Yossi Bodeer

Here is my code:
http://codepen.io/anon/pen/aOdYqZ

In chrome it's my my iframe

In my android device no


how to open webpage in app itself (windows 8 app)

Posted: Mon May 11, 2015 7:02 am
by Illya Stepanov

Sorry, but your code doesn't work for me.

Show how you have implemented it inside Appery.io builder.


how to open webpage in app itself (windows 8 app)

Posted: Fri Jun 03, 2016 10:40 pm
by Michael8272177

I'm having the same problem. I've followed the steps detailed here, but the InAppBrowser isn't showing in the iframe window at all. What am I doing wrong?

Here's what I have setup:

Screenshot of template:
Image

Screenshot of iFrame setup:
Image

Screenshot of onClick (InAppBrowser call w. polling):
Image

I've tried using Load and Device Ready for the InAppBrowser call, that doesn't help. Thanks in advance.


how to open webpage in app itself (windows 8 app)

Posted: Fri Jun 03, 2016 11:09 pm
by Illya Stepanov

Hi Michael,

Sorry, we don't support an Windows 8 platform long ago. Please describe what you trying to do in your app.


how to open webpage in app itself (windows 8 app)

Posted: Sat Jun 04, 2016 1:49 am
by Michael8272177

That's fine, I don't care about Windows 8. I'm trying to do exactly the same as the original poster describes but on iPhone and Android - to repeat, I have a webapp with a header, and footer (via Template). I want to load a webpage in the middle of the phone app screen inside an iFrame once the page loads, between the header and footer. I want the iFrame to resize (such that it takes up the bulk of the Home Screen, leaving margins for the header and footer).

The intent of the poll (event code picture) is to pass data between whatever page is loaded in the iFrame and the app itself. For example, the iFrame page may contain details on a work order. The work order number is passed back to the Home Screen (see images on last post), and the Home Screen will make use of that work order number.