Friend's, I have a list view,by clicking any list row i have to move webview with progressbar to show it's progress,here my problem is after clicking list view it gives below exception in my Log cat, WARN/InputManagerService(73): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@4361dac8
and after some delay only it show's progress bar and show the webview but sometimes it simply stays back in listview with blank.what the reason for it.
how can i fix this problem....