On Jun 8, 1:13 pm, Thomas Leathrum <
leath...@jsu.edu> wrote:
> Why did you stop escaping the quotations in myHtmlString? For example,
> earlier you had type=\"text/javascript\", but in the latest version you
> have type='text/javascript' -- you were right the first time, and these
> strings tend to be *very* sensitive to this sort of problem. You may even
> need some extra escaping on the HTML entity -- that is, you may need
> "&#2212;" instead of just "ࢤ" (I'm not sure about this, though).
> I haven't had a chance yet to sit down and code a test to get your
> expression to display, but I will do that tonight and let you know the
> results.
>
> As for alternatives to MathJax, I admit that I am somewhat biased, but I
> still think MathJax is the right approach. None of the alternatives are
> going to give you such well-formatted expressions with the same scaling and
> layout options in Android widgets.
>
>
>
>
>
>
>
> On Friday, June 8, 2012 2:00:05 PM UTC-5, Satish Poojary [Agnels] wrote:
>
> > @Thomas : i tried with loadDataWithBaseURL, but it didnt help.
> > Following is what i have been doing
>
> > equation : x = (sqrt( b^2 - 4*a*c)
> > <
>
> > WebView webView = (WebView) findViewById(R.id.wbvw);
>
> > webView.getSettings().setJavaScriptEnabled(true);
>
> > String myHtmlString="<!DOCTYPE html><html><head><script
> > type='text/javascript' src='
http://cdn.mathjax.org/mathjax/latest/