Can't get this local file to show up as a browser source correctly

robeyworks

New Member
Yo, I whipped up this little web app to display a few inputs on-screen but when I insert it into OBS as a browser source the inputs aren't showing up as they should. Anyone know how I might be able to fix it? The file works in my actual browser but not in the browser source. If you want to see the app you can download the attached zip and open "index.html" or just check it out here.

EDIT: Log in case its needed: https://obsproject.com/logs/V6nN97woYRK7TBh0
 

Attachments

  • limited-obs-input.zip
    5.3 KB · Views: 3

R1CH

Forum Admin
Developer
You will need to right click and "Interact" with the source if you want to send keypresses to it.
 

R1CH

Forum Admin
Developer
I don't think there's a way around this. Browsers do not allow an unfocused window to receive keyboard input or any webpage could act like a keylogger.
 

robeyworks

New Member
I don't think there's a way around this. Browsers do not allow an unfocused window to receive keyboard input or any webpage could act like a keylogger.
That makes a lot of sense actually, I didn't think of this. I'll look for another method of displaying the inputs then I suppose. Thanks for the information!
 
Top