WebView.loadUrl(url) does nothing
问题 I recently wrote up a simple Twitter app for Android to learn the ropes of the Twitter API and OAuth. The app's main activity simply asks for a username to follow. It then calls another activity which handles the OAuth & Twitter API calls. It redirects the user to an authorization page, which then returns to the app after the user finishes. It used to work just fine, but now for some reason when I call webview.loadUrl(authorizationURL), NOTHING happens. I never changed anything that would