Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Safari was late in implementing some web APIs (Score 1) 311

For instance, please explain why it took until iOS 6 for HTML/JS apps to access the user's photo and video libraries through [HTML file upload]

Because exposing a user's files to any in-page behavior is a security risk and needs to be handled in clean managed ways with limited APIs?

If Apple were sincere about making the web its API in iOS 1, it would have put a "clean managed" media chooser in place since iOS 1.

Imagine how bad it would be if "it works on the latest release, but only on these specific models".

Firefox already does this with its WebGL driver blacklist. It does not support WebGL on pre-OpenGL 2.0 GPUs, such as the integrated GMA 3100 in the Atom N450 processor in my laptop.

Comment iOS users feel it (Score 1, Insightful) 311

I currently have a web radio transceiver front panel application that works on Linux, Windows, MacOS, Android, Amazon Kindle Fire, under Chrome, Firefox, or Opera. No porting, no software installation. See blog.algoram.com for details of what I'm writing.

The one unsupported popular platform? iOS, because Safari doesn't have the function used to acquire the microphone in the web audio API (and perhaps doesn't have other parts of that API), and Apple insists on handicapping other browsers by forcing them to use Apple's rendering engine.

I don't have any answer other than "don't buy iOS until they fix it".

Comment Safari was late in implementing some web APIs (Score 1) 311

LOL - you realize the the original iPhone allowed *only* HTML/JS apps?

True, Apple originally planned for the iPhone to use web applications. But it took a long time for Apple to follow through on this plan. For instance, please explain why it took until iOS 6 for HTML/JS apps to access the user's photo and video libraries through an <input type="file"> control and until iOS 8 for HTML/JS apps to put the most basic 3D view on screen (WebGL).

Comment Yes, people still use iOS (Score 5, Informative) 311

Just because you no longer use Apple's iOS doesn't mean millions of other people don't still use iOS. There are two kinds of browsers on iOS: browsers that run remotely and behave akin to Remote Desktop, such as Opera Mini, and browsers that wrap the system's UIWebView or WKWebView control, such as Safari. The App Store Review Guidelines forbid third-party web engines that run on an iOS device. This means the vast majority of browsers for iOS are essentially window dressing around Safari.

Comment Insecure browsers (Score 1) 126

How about "compatible with browsers that still receive security updates when needed"? Windows XP is the last desktop Windows operating system that can't upgrade past IE 8, and it's been unsupported for over a year. Windows Vista has IE 9, and Windows 7 has IE 11.

Comment Spoiler warning (Score 1) 194

Netflix users with DVD service have several years of experience learning to wait a year for the current season of shows. It works the same with streaming.

Except that people who wait a year have to make an effort to avoid spoilers and have no chance to discuss plot developments with their respective social groups.

Slashdot Top Deals

"More software projects have gone awry for lack of calendar time than for all other causes combined." -- Fred Brooks, Jr., _The Mythical Man Month_

Working...