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

Display a web page in the app.

You will have to explain me step by step example beacuse i cant see it .

Use : do x do y do z

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

Display a web page in the app.

The steps are on this page: http://help.tiggzi.com/documentation/...

Open the Palette
Select the Panel component, drag and drop it into the phone
Set type to HTML
Type your HTML code

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

Display a web page in the app.

Thanks very much , this finally works .

I didnt tried all the way playing with it ... scrolling issues and other things ...

but this looks good now . :)

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

Display a web page in the app.

What about phonegap capabilities ?

How can these two be implemented together ?

I am talking for example about getting data from the accelerometer.

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

Display a web page in the app.

PhoneGap is included in the app. You can use the out-of-the-box components based on PhoneGap API:http://help.tiggzi.com/documentation/... or the API directly: http://help.tiggzi.com/documentation/...

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

Display a web page in the app.

Is there a documentation about accelerometer.

I can see documents in phonegap site about it .

But how it is used here ?

http://docs.phonegap.com/en/1.0.0/pho...

The links you gave me says nothing about the accelerometer.

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

Display a web page in the app.

You would use it exactly how it's described in the docs... you can start with the example they provide.

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

Display a web page in the app.

Is it not possible to use the geolocation component without the google maps component ( i am using a web based google map based on a html code ) ?

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

Display a web page in the app.

Yes. Geolocation returns your location. You can simply display the coordinates.

Return to “Issues”