How to display a appery page output inside a coustom Div (or panel) like an iframe src ?
I would like to display many appery pages in a single page which have many divs in source Edit HTML like an iframe src. How can I do that?
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/
I would like to display many appery pages in a single page which have many divs in source Edit HTML like an iframe src. How can I do that?
Sorry, I'm not sure I understand the question. You can really do anything -- with JavaScript and what's supported by the browser. Appery.io is platform to create apps, your final apps runs in the browser.
When I create a appery project, I can configure start page in App Settings right ?
For example, say I have created startScreen as a start page, then I create lot of other pages like firstPage, secondPage, thirdPage, fourthPage etc...
My requirement is this.. ..
How can I show many pages (like firstPage, secondPage, thirdPage) inside a single page (startScreen) inside various Divs and do my coustom code ?
I guess you could create those pages, create a page with iframe and set the iframe source to those page.