Hi, I'm trying to use ApportabelFacebookSDK just as it's described in README and it works, but very slow and almost always crashes on login. Same with friend's invitation list and other dialogs. I noticed that problem came from this exception:
W/WebView (11025): java.lang.Throwable: A WebView method was called on thread 'MainThread'. All WebView methods must be called on the same thread. (Expected Looper Looper (main, tid 1) {42167328} called on Looper (MainThread, tid 3953) {4233f4d0}, FYI main Looper is Looper (main, tid 1) {42167328})
W/WebView (11025): at android.webkit.WebView.checkThread(WebView.java:2063)
W/WebView (11025): at android.webkit.WebView.loadUrl(WebView.java:794)
W/WebView (11025): at com.apportable.ui.WebView.stringByEvaluatingJavaScriptFromString(WebView.java:521)
W/WebView (11025): at com.apportable.ui.WebView.onPageFinished(Native Method)
I'm also aware of discussion between
Glenna and Tomasz but it didn't help with login problem. May you help me to understand how to fix that? Or tell if it's going to be fixed by someone in future?
Thanks,
Andrey.