Please do not post the same thing multiple times. The board software automatically flags certain posts as needing moderator attention. This happens the most often for new users. I'm pretty sure this is made clear at the time you attempt to post. Posting the same thing over and over again just makes that many more posts the moderators have to weed through later. This makes us sad. Don't make us sad. If your post/thread doesn't appear, just wait a while. Don't post it again. If it hasn't shown up by the next day, then you can try again. I normally go through posts in the mornings, and try to check a few times throughout the day, but I'm not here 24/7. There will typically be a significant delay before posts are approved. Just be patient.
Is there any HTML5 frame that will allow me to place the camera view in the web view and take a picture through that.
I have tested phonegap, but that opens the native camera app. I want the camera to be placed inside the webview.
Thanks
Hi Tongo, You need to use a camera in webview then just follow some basic steps of HTLM5 codes. First you need to include attribute to capture any photo through web view as
Replies
You need to use a camera in webview then just follow some basic steps of HTLM5 codes.
First you need to include attribute to capture any photo through web view as
Partial interface HTMLInputElement {
Attribute DOMString capture;
};
Use mentioned code system. Now, you can easily add any capture event with following tags.
I hope you have got your answer.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeThank you for your response.
I don't quite understand what I do with your code.
Is it to be used with PhoneGap?
I am new to iPhone development, so you might have to be a little more detailed.
Thanks
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like Awesome- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like Awesome