[android-developers] Webview capture picture picture returns a blank(white) page

2012-06-25 Thread Asi Mugrabi
calling capturePicture in Webview onDraw returns blank picture for facebook mobile compatible site and google's search images tab. (this mechanism works for other pages such as news and browsing to non mobile compatible sites) At google's search images tab: I receive the number of

[android-developers] Using: Picture.createFromStream gets stuck - does not return new picture

2012-05-21 Thread Asi Mugrabi
Anybody could use Picture.createFromStream successfully? When using static method Picture.createFromStream (static Picture createFromStream (InputStream stream))on a file created by writeToStream, it does not return new picture(actually does not return at all). Here is the snapshot of the code