On 2/7/12 8:02 PM, dbv wrote:
> Generally, I want a web app (given the users permission, if required)
> to read file names from the device storage sub-systems. Specifically,
> I want the web app to read the list of installed apps (native and web
> apps) on iOS, Android and WP7.
I do not think that this is going to be possible in the near future (iOS
does not support that, does it?)
> A different example: say, we want to build a simple web app that
> performs two-way file transfer between a mobile device and a host. On
> the mobile device, the web app needs access to the file system to
> display to the user so that they can select which file to transfer.
That should not be a problem.
> Another example: say, we want to build a web app that provides app
> usage metrics (to the user) for both wen and native apps. The web app
> needs access to each installed app to determine the last used date.
Same problem as above. If the OS does not support the feature, there are
few chances that the applications will.
Cheers,
David