What Palm's webOS announcement seems to show is that Apple is missing an easy turnkey method for turning web apps into installable App store apps.
I converted one of my web apps to run locally inside a UIWebView, and it was a hassle. Had to write my own web view wrapper, convert cookie code, rename files, change build operations, etc., etc.
Then to enhance the app to get access to some local device features, I had to use funny URL hacks from Javascript, etc.
If the Javascript source is included as part of a code-signed bundle, there should be a cleaner, and still equally secure, way to do device access.
.
I converted one of my web apps to run locally inside a UIWebView, and it was a hassle. Had to write my own web view wrapper, convert cookie code, rename files, change build operations, etc., etc.
Then to enhance the app to get access to some local device features, I had to use funny URL hacks from Javascript, etc.
If the Javascript source is included as part of a code-signed bundle, there should be a cleaner, and still equally secure, way to do device access.
.