Brand New to Tiggzi
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?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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?
What device with what version you use to test?
I'm using the virtual device in Eclipse, as well as my Samsung Galaxy Exhilarate, running Gingerbread version 2.3.6
Thank you. We'll test. Is your app still shared with a href="mailto:support@tiggzi.com" rel="nofollow"support@tiggzi.com/a?
Yes, it shows it is in the "support" tab of the Tiggzi "apps" page.
Ok, thank's. We'll test, but it might take some time... I'll update
I was able to install and open your app on HTC Desire (Android 2.3.3) and Samsung Galaxy (Android 4.0.4) devices.
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?
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?
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.