A French Company is Suing Apple To Open the iPhone To Rival Browsing Engines (recode.net)
A French maker of open-source software said Friday it is suing Apple in an effort to get the company to make iOS more supportive of Web standards. Nexedi is suing Apple under French law in hopes it can force Apple to allow rival browsing engines onto the iPhone. From a report on Recode:Although Apple allows rival browser apps, such as Google's Chrome, on to the iPhone, the'y all have to use Apple's Web rendering engine. That means the ability to draw on the latest Web standards is is limited to whatever Apple decides to include. That means some newer technologies, like the WebM video standard and the WebRTC protocol for real-time communications, can't be made to work in an iOS browser even though they work in nearly all other browsers. "We hope [this lawsuit] will help Apple to sooner support the latest Web and HTML5 standards on its iOS platform -- the operating system used by all iPhones," Nexedi said in a blog post, which also explains the more granular details of how technology works and what needs to change, in their estimation.
Just because you want another poorly coded standard as a way to track people, and allow exploit code to run?
No thanks.
Apple has said time and time again the issue is security-- making a sandbox isn't fucking easy. Despite whether that's good or bad, it's hard to do right. There's very little chance with the exception of Mozilla or Google proper making a secure (not massive security hole of a) browser for iOS.
Not gonna happen (for a few years at least). Not in France, not in the us, not anywhere.
Well I could see Apple doing this but on the proviso if you have a security hole that compromises the phone-- you owe them a billion dollars.
Well they should... or who doesn't remember the "N" SKU for Windows that prevented the instant bundling of Internet Explorer? Microsoft had to develop a separate version of Windows XP, etc. and beyond to meet this standard that stripped out the "preferred" browser that came with Windows in Europe and other regions. This allowed those users to choose and install the browser(/rendering engine) of their preference instead of being defaulted into the browser packaged with their operating system. Why should Apple be given a golden ticket and allowed to skip over such similar legislation? This is not that much different.
Peace out.
Are the Developers being forced to make web browsers? Are They being forced to make browsers for iPhones? Are They being forced by Apple?
You really didn't grasp the gist of the complaint did you?
I should use this sig to advertise my book ISBN-13 : 978-1501515132.
Apple are allowing other web rendering engines. They just aren't allowing engines running arbitrary code on their plaform. That includes Java, Flash, JavaScript and emulators. It's the "running arbitrary code" that's the problem, not rendering web pages or showing WebM movies. You are allowed to make such apps.
- Henrik
- when the Shadows descend -
Easy. Microsoft was a monopoly that abused their OS monopoly to enter the browser market. The courts forced Microsoft to unbundle the browser because of this.
iOS? At 20%, hardly a monopoly. Apple can't leverage either WebKit on iOS nor iOS itself to distort any market.
Anyhow, browsing engines are hard - especially keeping them sandboxed. iOS and Safari run in a very low privilege state (lower than normal apps) so Safari can use a JIT javascript engine, while normal apps have teo use a slower interpreted engine to prevent sandbox exploits. Then there's battery life itself - given all the crap that can idle in the background chewing up CPU cycles, I wouldn't be surprised if WebKit on IOS has many tweaks to conserve battery life.
But the world is full of devices on which you can't just install whatever software you like. If a lawsuit like this succeeds, then what does that mean for all those devices? Will all manufacturers of computing devices have to provide SDKs for them? And remove whatever cryptographic restrictions have been placed on them? That would certainly make for a pretty interesting world.