Open sc-atompower opened 1 year ago
There is no DOM element because the camera feed is not part of the webview. It is behind the webview. So you have to leave your own app in view and put any controls you want.
Looking at your screenshot it seems you run inside a desktop browser? That use case I don't know so much about, but do note that the plugin behaves different on (simulated) mobile devices compared to desktop.
I'm on a fresh Tab structured Ionic angular app with Ionic 7.1.1
None of the documentation on the readme of this library seem relevant to the issues i'm having.
startScan()
brings up a full screen scanner that overtakes the entire application and its navigation.Could someone shine some light on how to manage the look and feel of this library? If not as a feature request it would be great to have a component in the DOM that this thing attaches itself to so developers can more easily control it. Something like
<zxing-scanner> video attaches here</zxing-scanner>