Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

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

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

John6086644
Posts: 0
Joined: Sat Jul 27, 2013 4:18 am

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

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

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

Glad it's working now:)

Yossi Bodeer
Posts: 0
Joined: Sun May 10, 2015 6:24 pm

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

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?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

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

Hi Yossi -

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

Yossi Bodeer
Posts: 0
Joined: Sun May 10, 2015 6:24 pm

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

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

In chrome it's my my iframe

In my android device no

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

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

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

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

Michael8272177
Posts: 0
Joined: Fri Jun 03, 2016 10:29 pm

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

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.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

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

Hi Michael,

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

Michael8272177
Posts: 0
Joined: Fri Jun 03, 2016 10:29 pm

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

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.

Return to “Issues”