TobiasNickel / tUploader

:cloud: simple web drag and drop uploader - in hTML5 + Javascript
MIT License
3 stars 1 forks source link

taking camera picture #4

Closed TobiasNickel closed 9 years ago

TobiasNickel commented 9 years ago

on android you get asked to select a file or take a photo. but in iPhone you only get the file selection.

TobiasNickel commented 9 years ago

iphone is asking for taking a picture, when the input don't has the attribute "multiple".

TobiasNickel commented 9 years ago

This will become a comment, so that the user of tUploader know, if an iPhone should take a new photo, they need to execure a line like the following

tUploader.input.removeAttribure('multiple'),