Page 1 of 4

Display a web page in the app.

Posted: Mon Aug 06, 2012 4:25 pm
by shai

Can tiggzi display a web page in the app ?


Display a web page in the app.

Posted: Mon Aug 06, 2012 4:28 pm
by maxkatz

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).


Display a web page in the app.

Posted: Mon Aug 06, 2012 4:51 pm
by shai

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 .


Display a web page in the app.

Posted: Mon Aug 06, 2012 5:01 pm
by maxkatz

Before I answer, tell me exactly what you are trying to do.


Display a web page in the app.

Posted: Mon Aug 06, 2012 5:08 pm
by shai

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 .


Display a web page in the app.

Posted: Mon Aug 06, 2012 5:16 pm
by shai

In second thought i dont mind to use only the new map page and not the google maps .


Display a web page in the app.

Posted: Mon Aug 06, 2012 5:23 pm
by maxkatz

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.


Display a web page in the app.

Posted: Mon Aug 06, 2012 5:40 pm
by shai

I dont understand where should i enter the iframe code . there is no html element .


Display a web page in the app.

Posted: Mon Aug 06, 2012 6:45 pm
by maxkatz

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.


Display a web page in the app.

Posted: Mon Aug 06, 2012 7:10 pm
by shai

How do i get to this Panel (Code) ?