Page 2 of 14

Brand New to Tiggzi

Posted: Fri Mar 15, 2013 12:08 pm
by Joe Paisley

Sorry, here's the tutorial link: http://help.gotiggr.com/documentation...


Brand New to Tiggzi

Posted: Fri Mar 15, 2013 1:17 pm
by Maryna Brodina

Thank's, we'll take a look.


Brand New to Tiggzi

Posted: Fri Mar 15, 2013 1:31 pm
by Maryna Brodina

Could you clarify to what page you want navigate aftel login? Is this Website page?


Brand New to Tiggzi

Posted: Fri Mar 15, 2013 1:52 pm
by Joe Paisley

Yes, I'd like it to go to the website page first, then move between all the screens except the "connect" page obviously.


Brand New to Tiggzi

Posted: Fri Mar 15, 2013 2:13 pm
by Maryna Brodina

Please check is the URL to page where you want to navigate correct (on Login button click you have Run Custom JavaScript action. Something like this:

codevar url = 'https://www.facebook.com/dialog/oauth?client_id=404685636231769
&redirect_uri=http://project.tiggzi.com/view/57cb45e8-38ce-45c8-aff0-14f2853981bc/Result.html
&scope=user_education_history,friends_education_history,user_work_history,friends_work_history
&state='+OAuth.nonce(17);

window.open(url);/code

instead of codehttp://project.tiggzi.com/view/57cb45e8-38ce-45c8-aff0-14f2853981bc/Result.html/code- should be url to Website page. Please check if this URL is correct

One more thing. I would recommend you to use our new docs site http://docs.tiggzi.com/
http://docs.tiggzi.com/tutorials/buil...


Brand New to Tiggzi

Posted: Fri Mar 15, 2013 2:36 pm
by Joe Paisley

Thanks very much! I'll give it a shot with the new tutorial, and get back to you.


Brand New to Tiggzi

Posted: Fri Mar 15, 2013 3:25 pm
by Joe Paisley

I think I have that part figured out. Thanks for the help. It should log in fine now., but I'm confused, do I attach the action "get_data" to "click" on my log in button? or do I have to create a subsequent button on that page or the next page? And where does that data populate?


Brand New to Tiggzi

Posted: Fri Mar 15, 2013 3:29 pm
by Joe Paisley

Also, I don't feel like I'm doing the right thing in regards to scaling all the components in my app, How can Tiggzi automatically sort of scale to the parent device?


Brand New to Tiggzi

Posted: Fri Mar 15, 2013 9:57 pm
by Kateryna Grynko

Hi Joe,

Sorry for the delay.

1) You can call get_data by running JavaScript on "Log In" button click - http://docs.tiggzi.com/documentation/...
If you need the result of calling get_data on all the pages you can save it in localStorage variable.

2) Not sure I understand what you mean under "I'm doing the right thing in regards to scaling all the components in my app". Please clarify.


Brand New to Tiggzi

Posted: Sat Mar 16, 2013 12:04 am
by Joe Paisley

I mean that how to i manipulate the components on each page so that they are sized to fit whatever the device screen is?

Have you had any luck with finding out how to change the "mode" of transportation and the "bicycle overlay" on the google maps window?

I'm having trouble with the geolocation button also, it won't work when I scan the QR code to test the app, and it doesn't access that part of the phone sensor array.

The "Take a Photo" button doesn't access the camera on my phone either.

My phone is a Samsung Galaxy Exhilarate on 2.3.6

Thanks again for your help! Hopefully that'll just about do it for me.