alfajango / mobilecan

Simple demonstration of the functionality available to when developing applications for mobile web browsers.
http://www.mobilecan.io/
MIT License
0 stars 0 forks source link

Image/Audio capture via input:file #11

Closed JangoSteve closed 9 years ago

JangoSteve commented 9 years ago

I have a link somewhere to share that demos this well, but I'll have to find it. Let me know when you're looking at this so I can go find it somewhere.

JangoSteve commented 9 years ago

This is looking good. I think we should keep the first example that's there which shows the simplest way to do it. Then under that we can have an "advanced" version which has a styled button using this technique, for both the image and video capture file inputs.

JangoSteve commented 9 years ago

On the video file input, let's disable the submit button, and then enable it when you've selected a video.

Also on the video file input, let's add a loading indicator when you click the Submit button before it's embedded in the page.