Load webview with large content in a scrollview in android -
i trying add together webview , other textviews in scrollview. works fine till content size small. when content increases (which loaded in webview), throws error saying:
view big fit drawing cache, needs 'x' bytes, 'y' available".
i tried different flags , answers on stackoverflow find, still unable solve issue. there way have webview within scrollview or not?
i can't utilize hardwareaccelerated flag, makes whole activity slow.
to create work, set scrollview , webview property:
android:layertype="software" android webview scrollview
No comments:
Post a Comment