android-html2bitmap
android-html2bitmap copied to clipboard
Generates a bitmap from html by rendering the content inside an off screen webview
when using the following code, image html gets cut and image isn't showing the full page ``` val html2BitmapConfigurator: Html2BitmapConfigurator = object : Html2BitmapConfigurator() { override fun configureWebView(webview: WebView) {...
java.util.concurrent.TimeoutException at java.util.concurrent.FutureTask.get(FutureTask.java:206) at com.izettle.html2bitmap.Html2Bitmap.getBitmap(Html2Bitmap.java:67) at com.izettle.html2bitmap.Html2Bitmap.getBitmap(Html2Bitmap.java:92)
W/Adreno-EGLSUB: : dequeue native buffer fail: No such device, buffer=0x0, handle=0x0 W/Adreno-ES20: : GL_OUT_OF_MEMORY E/OpenGLRenderer: GL error: Out of memory! W/MessageQueue: Handler (com.izettle.html2bitmap.Html2BitmapWebView$2) {acc254f} sending message to a Handler on...
@erikeelde @BeeeQueue @warting @hfreire @bborisovs Hi, Sorry for mentioning everyone. Thanks for making such a wonderful thing. If I write CSS codes inside the style tag of the head tag,...