[android-developers] Re: Android WebView with CSS modification of hr tag

2011-03-22 Thread harsh chandel
just open it in web view webview.setLayoutParams(new LayoutParams(LayoutParams.FILL_PARENT, LayoutParams.FILL_PARENT)); webview.setBackgroundColor(0); webview.setInitialScale(110); form.addView(webview);

[android-developers] Re: Android WebView with CSS modification of hr tag

2011-03-22 Thread Hendy
It seems to the limitations of WebView.loadData? I also ran into some weird problems with loadData. Such as cannot display tables. See http://groups.google.com/group/android-developers/browse_thread/thread/13f9b8850ac048ac/7347368a5adbe905. But when using WebView.loadUrl, the same html content can