Skip to content Skip to sidebar Skip to footer

White Screen Webview Into Imageview

My goal it is to display some html with an image in it, in an imageView. So I created a webview, I converted this webview in bitmap and I set this imageview with the bitmap, but I

Solution 1:

I am testing your application with the answer I gave you here Refresh activity/ImageView?. No blank screen(Hbase Administration book is displayed). Do you have the network permission in your manifest file:

<uses-permissionandroid:name="android.permission.INTERNET"/>

And again your custom Html code is messed up too. You should look at the html string. Thats where your problem is.

Post a Comment for "White Screen Webview Into Imageview"