I have an application where clicking on an item in a list shows webview with javascript injected.I need to save the webview object so that when the user presses the same item ag
I had a similar problem. In my case the webview was in an ActivityGroup. ActivityGroups and dialogs don't work out of the box. In my case I had to not use this as context, instead use getParent().