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
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Please try to add one more line:
codeWinJS.Utilities.id("metrocustomhtmlName").setStyle("width", "100%");/code
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
Glad it's working now:)
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?
Hi Yossi -
How exactly you have implemented iframe in your app? Could you please show with screenshots?
Here is my code:
http://codepen.io/anon/pen/aOdYqZ
In chrome it's my my iframe
In my android device no
Sorry, but your code doesn't work for me.
Show how you have implemented it inside Appery.io builder.
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 onClick (InAppBrowser call w. polling):
I've tried using Load and Device Ready for the InAppBrowser call, that doesn't help. Thanks in advance.
Hi Michael,
Sorry, we don't support an Windows 8 platform long ago. Please describe what you trying to do in your 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.