"Can you link to the specific case where the iPhone UI isn't behaving as expected?"
What about the oauth page? first make sure you're already logged in your twitter account,copy the following link then paste it in a new window/tab,use any browser you want;Firefox,Chrome or safari https://oauth.twitter.com/2/authorize?oauth_callback_url=http://mobijoke.internet.com.jo%2Flogin.html&oauth_mode=flow_web_client&oauth_client_identifier=HUuFkcSyjWptABGMxytpww&redirect_uri=http%3A%2F%2Fmobijoke.internet.com.jo%2Flogin.html&response_type=token&_=1311159077071&client_id=HUuFkcSyjWptABGMxytpww You will notice that cancel button doesn't work at all,you can click as much as you want on it but no effect,as if the button click event isn't handled at all,this is the issue,It should return the user back to the url provided in the querystring oauth_callback_url in case the user clicked on cancel button. Note: In case you wondered what is that link,it's the url of the popup that appears by clicking on "connect with twitter" button,you can find what I'm talking about here in my website here: http://mobijoke.internet.com.jo/login2.html Please I want a solution for this or any alternatives,I've been stuck with this issue for more than a week and no response from twitter on it at all. -- Have you visited the Developer Discussions feature on https://dev.twitter.com/discussions yet? Twitter developer links: Documentation and resources: https://dev.twitter.com/docs API updates via Twitter: https://twitter.com/twitterapi Unsubscribe or change your group membership settings: http://groups.google.com/group/twitter-development-talk/subscribe
