I can allow insecure content but then I get a "Not secure" banner across the top of my app. I'm creating a PWA so I have to load the app over SSL. Are there any other options?Failed to construct 'WebSocket': An insecure WebSocket connection may not be initiated from a page loaded over HTTPS.
One thought I had... I know Phidgets.NET is a wrapper around a C library. Have you tried compiling the C library to Webassembly? I'm guessing a direct connection to USB Phidgets won't work but maybe the Phidget Network Server could work to open Phidgets.
Thanks,
Craig