shai
Posts: 0
Joined: Mon Aug 06, 2012 4:21 pm

Display a web page in the app.

Can tiggzi display a web page in the app ?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

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

shai
Posts: 0
Joined: Mon Aug 06, 2012 4:21 pm

Display a web page in the app.

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 .

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Display a web page in the app.

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

shai
Posts: 0
Joined: Mon Aug 06, 2012 4:21 pm

Display a web page in the app.

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 .

shai
Posts: 0
Joined: Mon Aug 06, 2012 4:21 pm

Display a web page in the app.

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Display a web page in the app.

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.

shai
Posts: 0
Joined: Mon Aug 06, 2012 4:21 pm

Display a web page in the app.

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Display a web page in the app.

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.

shai
Posts: 0
Joined: Mon Aug 06, 2012 4:21 pm

Display a web page in the app.

How do i get to this Panel (Code) ?

Return to “Issues”