Is bluetooth sync possible using QWebEngineView?
Unsolved
QtWebEngine
-
Hi people.
I'm trying to incorporate into a user interface a utility that I have already programmed in a website, so I'm using QWebEngine to integrate it. For this website, you need to use chrome with the 'Experimental Web Platform features' flag set, to be able to use bluetooth sync to a board (Arduino Nano sense, for the curious). From what I've seen, QWebEngine is based on chromium, so I don't know if there is a way to enable that flag or one that allows me to access the bluetooth sync.
All help is appreciated, thank you.