I am working on a project which is a ASP.NET MVC project. Now I need to implement the functionality which can get access to a web camera and microphone via Safari on iPAD and/or iPhone.
And I do not want to use Flash in this project.
After searching for hours, I found some post which said SilverLight 5 can nicely run on iPAD (Click here to see the post)
But after I tried SilverLight, it is actually not supported on the iOS.
So it seems that Apple have taken any forms of Plug-ins out of its iOS systen.
My questions are:
-
What is the thing that Apple supports on the iPAD or iPhone (iOS) platforms?
-
How did you get access to the web camera via Safari on the iPAD/iPhone?
Unfortunately this isn’t going to happen. As far as I’m aware there is no way to access the camera via the browser on an iPad.
The only way to do this would be to create a native app which accesses the camera and hands off any pictures to a webview.
Sorry