Linked by Thom Holwerda on Thu 9th Sep 2010 14:08 UTC
Thread beginning with comment 440070
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
Question: Why does Apple allow web browsers on iOS?
HTML is downloaded code...
JavaScript is downloaded code...
CSS could almost be called code...
Apple is supporting HTML5 which also includes:
* which requires a JavaScript to do the drawing.
* MathML which is a coding standard for writing math formulas.
Most of the advances in HTML5 where around making the DOM easier to change via JavaScript and the addition of new events that can trigger JavaScript functions.
If you can't download code... How can you allow JavaScript in a browser?
HTML is downloaded code...
JavaScript is downloaded code...
CSS could almost be called code...
Apple is supporting HTML5 which also includes:
* which requires a JavaScript to do the drawing.
* MathML which is a coding standard for writing math formulas.
Most of the advances in HTML5 where around making the DOM easier to change via JavaScript and the addition of new events that can trigger JavaScript functions.
If you can't download code... How can you allow JavaScript in a browser?
I believe Safari is exempt. No Chrome, Firefox, or Opera allowed, at least natively.
From daringfireball:
3.3.2 An Application may not download or install executable code. Interpreted code may only be used in an Application if all scripts, code and interpreters are packaged in the Application and not downloaded. The only exception to the foregoing is scripts and code downloaded and run by Appleās built-in WebKit framework.
BTW: HTML is definitely NOT code!
So, same as before, no other browser engines.
RE[3]: Section 3.2.2
by Bill Shooter of Bul on Thu 9th Sep 2010 18:22
in reply to "RE[2]: Section 3.2.2"
HTML should not be code. But that didn't stop them from doing this:
http://en.wikipedia.org/wiki/Htmlscript
Question: Why does Apple allow web browsers on iOS?
HTML is downloaded code...
JavaScript is downloaded code...
CSS could almost be called code...
Apple is supporting HTML5 which also includes:
* which requires a JavaScript to do the drawing.
* MathML which is a coding standard for writing math formulas.
Most of the advances in HTML5 where around making the DOM easier to change via JavaScript and the addition of new events that can trigger JavaScript functions.
If you can't download code... How can you allow JavaScript in a browser?
HTML is downloaded code...
JavaScript is downloaded code...
CSS could almost be called code...
Apple is supporting HTML5 which also includes:
* which requires a JavaScript to do the drawing.
* MathML which is a coding standard for writing math formulas.
Most of the advances in HTML5 where around making the DOM easier to change via JavaScript and the addition of new events that can trigger JavaScript functions.
If you can't download code... How can you allow JavaScript in a browser?
Include sanctioned Javascript libraries that work and are certified by WebKit, as part of your application package?





Member since:
2008-07-30
Question: Why does Apple allow web browsers on iOS?
HTML is downloaded code...
JavaScript is downloaded code...
CSS could almost be called code...
Apple is supporting HTML5 which also includes:
* <canvas> which requires a JavaScript to do the drawing.
* MathML which is a coding standard for writing math formulas.
Most of the advances in HTML5 where around making the DOM easier to change via JavaScript and the addition of new events that can trigger JavaScript functions.
If you can't download code... How can you allow JavaScript in a browser?