Path: csiph.com!x330-a1.tempe.blueboxinc.net!aioe.org!news.snarked.org!news.linkpendium.com!news.linkpendium.com!newsfeeds.ihug.co.nz!lust.ihug.co.nz!ihug.co.nz!not-for-mail From: Lawrence D'Oliveiro Newsgroups: comp.lang.java.programmer Subject: Android WebView Widget Limitations Followup-To: comp.lang.java.programmer Date: Wed, 11 May 2011 00:37:53 +1200 Organization: Geek Central Lines: 11 Message-ID: NNTP-Posting-Host: 118-92-95-178.dsl.dyn.ihug.co.nz Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit X-Trace: lust.ihug.co.nz 1305031074 5304 118.92.95.178 (10 May 2011 12:37:54 GMT) X-Complaints-To: abuse@ihug.co.nz NNTP-Posting-Date: Tue, 10 May 2011 12:37:54 +0000 (UTC) User-Agent: KNode/4.4.7 Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:3910 Android’s WebView widget is an easy way to display text with a useful degree of formatting within an app. I wouldn’t expect it to have all the capabilities of a Web browser, but I was disappointed to see it doesn’t support MathML or SVG. One thing it does support is “data:...” URLs. For example, this lets you embed bitmap images within the HTML, without needing to link to a separate file. Still, SVG could have been more compact. And MathML would have been so nice for equations...