Hi, I am trying to embed the QR scanner directly into a Page, after implementing the demo the scanning works but there is no display. I found that there is camera preview behind my page and tried using the "SHOW" function to hide the background to show the preview but did not work.I am using MABS v9.0Attached images show that scanning works and the camera preview is hiding behind page(only visible when navigating to another page)
I have included a OML which contains the relevant portions only.
Solved. My issue was due to having Layout block in another UI Flow which did not utilise the stylesheet thus did not apply the ".content" class "background-color: transparent" styling.