I\'m trying to make facebook like functionality in Android WebView (project specification does not allow browser opening, or any out of application activity).
I had to work through this almost exact same problem on iPhone. What I had to do was to intercept the request that the webview makes to the 'blank page' you described above, and instead tell the webview to load the like URL.