panel:
and this code on Page ready:
$("#metrocustomhtmlName").css("height", "100%");
window.open("http://appery.io/", "iframeName");
where metrocustomhtmlName - Panel name
panel:
and this code on Page ready:
$("#metrocustomhtmlName").css("height", "100%");
window.open("http://appery.io/", "iframeName");
where metrocustomhtmlName - Panel name
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?
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.
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.open("http://appery.io/", "iframeName");/pre
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 .
Hi Aaron - you have a specific case, so let's continue conversation on @support email.