Aaron C
Posts: 0
Joined: Tue Apr 08, 2014 1:35 pm

How do I embed a part of an external website in my APP?

panel:

and this code on Page ready:
$("#metrocustomhtmlName").css("height", "100%");
window.open("http://appery.io/", "iframeName");
where metrocustomhtmlName - Panel name

Aaron C
Posts: 0
Joined: Tue Apr 08, 2014 1:35 pm

How do I embed a part of an external website in my APP?

One more Q --

Also, if I have to use the non-iframe method, in which the browser just opens, can I hide the address bar with the URL, as to make it look like a full page?

Aaron C
Posts: 0
Joined: Tue Apr 08, 2014 1:35 pm

How do I embed a part of an external website in my APP?

One more Q --

Is It possible to change the background color of the inAPP browser? The browser shows white margins on the left and right sides, and I would prefer them to be black.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

How do I embed a part of an external website in my APP?

  1. Create page OpenWebsite , add "HTML" component with code

    precode<iframe name="iframeName"></iframe>/code/pre

    How to add: http://docs.appery.io/documentation/u...

    On Page OpenWebsite event Run JS:

    prewindow&#46;open("http:&#47;&#47;appery&#46;io/", "iframeName");/pre

    1. From the page you want to open website for Button create Click event and Navigate to page OpenWebsite:
      http://docs.appery.io/documentation/w...

      Then you will need to style pages to show website as you need.

      We also recommend go through our simple tutorials and some docs
      http://docs.appery.io/tutorials/
      http://docs.appery.io/documentation/

      There are a lot of examples .

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

How do I embed a part of an external website in my APP?

Hi Aaron - you have a specific case, so let's continue conversation on @support email.

Return to “Issues”