10-25-2022 10:32 AM
Hey all,
I recently finished up a React App and have it hooked up to a webserver. This webserver allows anyone on the same network to access the webpage by visiting the local ip and port of the computer running the server. While this works fine for browsers, I recently tried to embed it in the LabVIEW Web Browser, to no avail. After some digging I found that apparently LabVIEW's ActiveX web browser doesn't support external JS. I've read a lot of the forum posts already, but I can't seem to find something that'd work for me. Any ideas? I've done some testing and can see that the HTML is received correctly, it just doesn't seem to run the script that changes the DOM. Thanks!
10-25-2022 02:06 PM
Some additional Info: when running navigate or navigate 2, I get this popup
And the displayed page is only the base HTML page. the script doesn't seem to change the HTML in any way
10-26-2022 12:34 AM
I have no experience with this, but did you try WebView2? There should be some threads about using it here.