I'm currently working on porting an iPhone app to Android. It utilizes the flickr API, so it requires the user to authorize the app before it can do any actions on behalf of the user. I'm looking to use a WebView to accomplish this, as the user needs to navigate to a particular URL linking their account to an authentication token.
The problem I'm running into is that the URL the user needs to navigate to is secure, which is not loading in the WebView. I know the URL is valid as I can load it up in another browser (Firefox, Safari, etc.) without any problems. All other secure URLs I've tried also have the same behavior. Non-secure sites load up just fine. Is there a setting (or settings) for either the WebView, or something that needs to be placed in the manifest to allow secure sites to load in the WebView? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

