Unfortunately I'm using a lot of tags that, as far as I know, this won't support. The reason I'm using WebView is that I need javascript calls, links with OnClick() etc. I don't think that's supported by that method?
On Sep 17, 9:39 am, Kumar Bibek <[email protected]> wrote: > If you have a text that is HTML, you can set the text to a RadioButton > like this. > > RadioButton.setText(Html.from(htmlString)); > > Try this out, this should work. > > -Kumar Bibekhttp://techdroid.kbeanie.com > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

