I appologise that I don't have more specific information about this, but I'm unable to test/run my SB apps on Windows 11 IoT LTSC (24H2). I press F5 and see the outline of the debug output window, and that's it. No web view, no external browser, no actual debugger, etc.
Is there something I can provide that may give some insite?
Thanks.
Unable to display apps in browser on Windows 11 IoT LTSC
Re: Unable to display apps in browser on Windows 11 IoT LTSC
It all fully works on Windows 10 22H2, both opening firefox/edge externally and using the built-in IDE tool (it opens as a window on my taskbar). Both machines are using SB 3.00 (x86). I'm not using the exact same configuration file, but I don't see any settings that could possibly be causing this.
Re: Unable to display apps in browser on Windows 11 IoT LTSC
If you remove the WebView tool from the panel (in preferences) it should open the default browser. May be the WebView2 component isn't installed on iot ?
Re: Unable to display apps in browser on Windows 11 IoT LTSC
Just confirmed that opening in the default browser does indeed work fine, so it's something with the built-in webview. It's far past bedtime here (have already been putting it off for at least an hour) so don't have time tonight to hunt down the Webview runtimes, would someone mind pointing me at them to try later?
Side note (maybe this should go in feature requests), but an item in the compiler menu to force open in the default browser may be nice too
Side note (maybe this should go in feature requests), but an item in the compiler menu to force open in the default browser may be nice too

Re: Unable to display apps in browser on Windows 11 IoT LTSC
now you know the problem, could you try try install webview2 separate -> https://developer.microsoft.com/el-gr/m ... ad-section
to check if it works after ?
to check if it works after ?
Christos
Re: Unable to display apps in browser on Windows 11 IoT LTSC
It turns out my system already had the edge runtimes, and that didn't fix the issue 

Re: Unable to display apps in browser on Windows 11 IoT LTSC
I guess you will need a regular windows for this, the IOT version seems to be very specific (and I can't test it). Why do you use it for dev ?
Re: Unable to display apps in browser on Windows 11 IoT LTSC
Quite a few reasons, from being able to control exactly when and how I get Windows updates to not getting any bloatware to getting support into the 2030s without needing to update Windows.
I'm quite deticated to IoT LTSC by now, I'll do more testing and see if I can make this work.
P.S.: it's fairly easy to find IoT LTSC images. Massgrave is where I get mine
I'm quite deticated to IoT LTSC by now, I'll do more testing and see if I can make this work.
P.S.: it's fairly easy to find IoT LTSC images. Massgrave is where I get mine

Re: Unable to display apps in browser on Windows 11 IoT LTSC
Update on this.
The following PB code:
works just fine on an Asus Vivobook running 24H2 IoT, but the webview within the IDE does not.
The following PB code:
Code: Select all
OpenWindow(0, 0, 0, 400, 200, "Test")
WebViewGadget(0, 10, 10, 350, 150)
SetGadgetText(0, "https://google.com")
Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow
Re: Unable to display apps in browser on Windows 11 IoT LTSC
May be a port issue ? Try to change the port in the prefs (should be 9080 as default)