This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Description
I am on Android 2.3 using the latest Titanium Mobile SDK (1.8.0.1)
Right now, I am trying just to get the sample application working. I did add my consumer keys so that is not the problem. When the app loads, it loads the webview where I can enter my username and password. However, when I press "authorize app", I just get the loading activity indicator that never goes away.
I did do some debugging as suggested in Issue #1 by adding the line alert(event.url) in the webview 'load' event listener. I'm not sure exactly sure what the proper behavior is, but this event does fire before I enter in my username and password. However, once I press authorize app, this event does not fire, which may be the problem.
Thanks for your help.