cmFodWx5YWRhdjEyMTA5 / socialauth-android

Automatically exported from code.google.com/p/socialauth-android
0 stars 0 forks source link

"Unimplemented WebView method run called from..." error prevents login with Twitter and Linkedin #228

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. call the "SocialAuthAdapter#authorize" method with Twitter or Linkedin 
providers

What is the expected output? What do you see instead?
Expected:
It should open a webview with provider authorization screen.

Actual:
Nothing is shown. The following error is given in the logcat console:
W/UnimplementedWebViewApi﹕ Unimplemented WebView method run called from: 
android.os.Handler.handleCallback(Handler.java:739)

What version of the product are you using? On what operating system?
- socialauth-android 3.2
- android 4.4.x (customers are reporting it is not working on other versions 
also)

Please provide any additional information below.
Same code used to work some time ago.

Thanks !

Original issue reported on code.google.com by gabriel....@gmail.com on 8 Jul 2015 at 9:55