Page 2 of 4

Display a web page in the app.

Posted: Mon Aug 06, 2012 7:12 pm
by maxkatz

Display a web page in the app.

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

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

Use : do x do y do z


Display a web page in the app.

Posted: Mon Aug 06, 2012 7:19 pm
by maxkatz

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


Display a web page in the app.

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

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


Display a web page in the app.

Posted: Mon Aug 06, 2012 9:18 pm
by shai

What about phonegap capabilities ?

How can these two be implemented together ?

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


Display a web page in the app.

Posted: Mon Aug 06, 2012 9:34 pm
by maxkatz

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


Display a web page in the app.

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

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.


Display a web page in the app.

Posted: Mon Aug 06, 2012 10:13 pm
by maxkatz

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


Display a web page in the app.

Posted: Mon Aug 06, 2012 11:35 pm
by shai

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


Display a web page in the app.

Posted: Mon Aug 06, 2012 11:51 pm
by maxkatz

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