android fb-connect layout disordering issue
I am using fb-connect for android app problem is when keyboards gets open layout distorted ??
I think they are opening facebook login page in browser any quick fix to add done button and layout disordering after keyboard get open
alt text http://www.freeimagehos开发者_StackOverflow中文版ting.net/uploads/2493f17000.jpg
That's why I don't use fb-connect but call API methods directly. fb-connect uses old facebook API not the Graph API, so it seems to be outdated now.
There's also another FB SDK implementation from FB itelf, you may try it.
Links here Android - Upload photo to Facebook with Facebook Android SDK.
fixed
getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN);
精彩评论