My site's Facebook Connect login scheme does not work when I load my site in a WebView. However, everything works fine when loaded in the emulator's browser. Other sites' Facebook Connect logins are also failing in a WebView so I don't think it's an issue with my site's login code. I hope I am just missing a WebView setting, but I cannot figure out what I need to do to get this to work. I am using a WebView with setJavaScriptEnabled(true).
Here are some additional details: - the facebook connect button renders properly in the WebView - facebook login dialog pops up when this button is clicked - after filling submitting the user's credentials, I can see that the WebView tries to load a URL that looks something like "http:// mywebsite/xd_receiver.htm?....." - The WebView is blank even though the URL loads without any errors Thanks for the help -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

