Joe Paisley
Posts: 0
Joined: Thu Mar 14, 2013 8:41 pm

Brand New to Tiggzi

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Brand New to Tiggzi

Thank's, we'll take a look.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Brand New to Tiggzi

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

Joe Paisley
Posts: 0
Joined: Thu Mar 14, 2013 8:41 pm

Brand New to Tiggzi

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Brand New to Tiggzi

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

Joe Paisley
Posts: 0
Joined: Thu Mar 14, 2013 8:41 pm

Brand New to Tiggzi

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

Joe Paisley
Posts: 0
Joined: Thu Mar 14, 2013 8:41 pm

Brand New to Tiggzi

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?

Joe Paisley
Posts: 0
Joined: Thu Mar 14, 2013 8:41 pm

Brand New to Tiggzi

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?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Brand New to Tiggzi

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.

Joe Paisley
Posts: 0
Joined: Thu Mar 14, 2013 8:41 pm

Brand New to Tiggzi

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.

Return to “Issues”