Display a web page in the app.
Can tiggzi display a web page in the app ?
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/
Can tiggzi display a web page in the app ?
Yes, you could add another page in the app, for example using iframe. Tiggzi is an app builder - it creates standard HTML5 mobile apps (plus PhoneGap).
Do you mean i it can be only done with PhoneGap ?
If not ,does the simulator supports that ?
If i can do that easy ... can you tell me how ? including the code if it's necessary to
use code .
Before I answer, tell me exactly what you are trying to do.
I want to create a button to open a different map page instead of google maps .
That means the button will toggle the maps .
But the button is not the issue here . Its how to bring a regular web page.
I dont want to embed this new map like google maps, because its page contains
a search box i want to use .
In second thought i dont mind to use only the new map page and not the google maps .
In Tiggzi builder, you always start with HTML5 app so you can use any JavaScript tools available to include any functionality in a page. One option is to use iframe, another option is to embed via JavaScript widget.
I dont understand where should i enter the iframe code . there is no html element .
You can use the Panel component: http://help.tiggzi.com/documentation/... or run a custom JavaScript and attached your code to an element in the DOM.
How do i get to this Panel (Code) ?