Page 7 of 14

Brand New to Tiggzi

Posted: Mon Mar 25, 2013 2:09 pm
by Joe Paisley

I really feel like it's the "facebook like widget" I embeded in the app, but I thought I took this out. Do you get this error when running the app in your device or device simulator?


Brand New to Tiggzi

Posted: Mon Mar 25, 2013 2:24 pm
by Maryna Brodina

What device with what version you use to test?


Brand New to Tiggzi

Posted: Mon Mar 25, 2013 2:33 pm
by Joe Paisley

I'm using the virtual device in Eclipse, as well as my Samsung Galaxy Exhilarate, running Gingerbread version 2.3.6


Brand New to Tiggzi

Posted: Mon Mar 25, 2013 2:47 pm
by Maryna Brodina

Thank you. We'll test. Is your app still shared with a href="mailto:support@tiggzi.com" rel="nofollow"support@tiggzi.com/a?


Brand New to Tiggzi

Posted: Mon Mar 25, 2013 3:58 pm
by Joe Paisley

Yes, it shows it is in the "support" tab of the Tiggzi "apps" page.


Brand New to Tiggzi

Posted: Mon Mar 25, 2013 4:11 pm
by Maryna Brodina

Ok, thank's. We'll test, but it might take some time... I'll update


Brand New to Tiggzi

Posted: Mon Mar 25, 2013 4:23 pm
by Maryna Brodina

I was able to install and open your app on HTC Desire (Android 2.3.3) and Samsung Galaxy (Android 4.0.4) devices.


Brand New to Tiggzi

Posted: Mon Mar 25, 2013 6:10 pm
by Joe Paisley

I'm not sure what's going on. I deleted the app from my phone, reinstalled it with Eclipse and tried to run it that way, got the same error message, tried to download the .apk debug binary to the phone, I installed it, then proceeded to get the same error. Would you know where a html component might manifest itself in the file directory in Eclipse? Perhaps there are some leftover file references somewhere that the app keeps searching for that doesn't exist?


Brand New to Tiggzi

Posted: Mon Mar 25, 2013 6:36 pm
by Joe Paisley

Well now I'm back to the point where when I press my "log in" button, it takes me to the facebook login page, and so I log in, and instead of taking me to the "Website page" it just sends me back to the "connect" page. Upon re-clicking the "login" button, a browser window briefly appears, but then I'm quickly redirected to the "connect" page again. What could be going wrong?


Brand New to Tiggzi

Posted: Mon Mar 25, 2013 7:08 pm
by Kateryna Grynko

Hi Joe,

On Log In button, there is a Run JavaScript action.
In the following line: codeTiggzi.navigateTo('result', {reverse: false}); /* Navigate to page 'result' *//code
replace 'result' with the name of page where you want to be navigated to after Facebook logging in.