tags:

views:

66

answers:

1

I'd like to be able to access GPS and Camera devices from websites built for mobile devices. Most particularly the windows mobile, blackberry or android.

A: 

GPS is possible. Camera is not.

Take a look at Geo location lib most of the method are device/platform specific but a little googling and you should be able to find the correct methods.

For Blackberry

drubin
can users take pictures and videos before and then select the file via a browser dialog (if that is supported by mobile browsers) and select those files to be uploaded).
Shawn Mclean
Yes they would be able too :). Standard html file upload should work provided you aren't doing funky ajax stuff.
drubin