Weird Issue with c++ vs qml Webview
-
Ok, I know its likely that this is a bug, that no one here can help with, but I'm not sure where I would submit the bug report, so any hints on that will also be appreciated.
The camera doesnt work on C++ projects but does with qml only (with the WebEngineView).
Steps to replicate:
- Create 'qml only' and 'c++' clickable projects.
- Change apparmor permissions for both
- Add WebEngineView to Main.qml of both
- Point url to site with camera access
- Discover that: qml project works with camera, c++ doesn't.
(error seems to show as: "NotReadableError: could not start video source")
Is this a WebEngineView bug, c++ bug, clickable... Is it a feature!?
Any help would be greatly appreciated.
-
@ari Maybe it has something to do with chromium flags? Morph uses C++ though not exactly the clickable template.