Greetings,
I’m developing a Blazor app with an embedded Zoom window on one page. I’ve managed to get Component View nominally working, though there are some user-identified issues that would need to be resolved if I went that route.
So I’m trying out Client View. Following the example of the sample app, I’ve set up the code similarly, but when I invoke it, the entire browser window (except an AlwaysOnTop menu bar) becomes black, including the application’s side menu. Hitting the Esc key returns me to the original display.
I’ve tried containing Client View using Bootstrap directives, but to no avail. Code and screenshots can be posted as desired, and I’m open to any suggestions.
Thanks!