-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Take picture #8
Comments
I have this warning from debugger
|
are you talking about taking screenshots? |
No taking picture from camera. The camera view open well and the I can take a picture. The camera view close with no error, but my input field still empty and I've this warning in debugger. |
So you are trying to take a camera picture in the inappbrowser? |
Yes. I'm really sorry about my poor english... |
This work in the XWalkWebView but not in the inappbrowserxwalk. I think it's a really little bug. But I can't find it |
So you are loading a website, which is using something like this: input type="file" accept="image/*;capture=camera"> |
Yes my website have an input field that open a window to choose an action. Like taking photo from camera or from library. Then the user choose an option and take a picture. After that i've got my field filled with the result. Something like that in example 5 This work everywhere except in the plugin. |
Ok I've got it!!! I'm working on other improvement, I'll commit it soon. Regards. |
@macarron @ClaasBrueggemann Hello, I am going through same problem as you've had. I've embedded 'inappbroswerxwalk' plugin into my project. But, the input file tag triggered only once. And that doesn't even return the pictures which I selected. I guess you've gone through this problem as well. |
Hello, I am having the same issue: I think this might be related to this -> https://crosswalk-project.org/jira/browse/XWALK-6456 They have specified the same bug description. But in the comments the way to reproduce it, does not imply using an external URL, so they are rendering a page inside Cordova. In this case, it works, the problem appears when the file is meant to be uploaded using inappbrowserxwalk I tried changing the permissions as shown in the ticket:
But no success, it is still failing. |
I can't take picture from the inappweb view. But that's work on crosswalk engine. I can work on it but tell me if you have any idea.
regards.
The text was updated successfully, but these errors were encountered: