I have an application, which partially involves some code written in javascript. Everything works perfectly in the iPhone simulator, however whenever the same page is loaded in mobile safari, or a UIWebView on an actual iPhone, the javascript does not execute correctly. Like i said, it works fine in mobile safari and UIWebViews in the iPhone simulator.
Polynomial Root-finder (Real Coefficients)
That is the page. Works fine everywhere except on the phone.
Copy and paste the dataset:
5
5
4
3
2
1
15
into the textfield on that page and click find roots. it should solve for the roots of a polynomial specified by this dataset.
Any help is greatly appreciated!!