Hello,
I want to use Blockly locally (offline) and call its libraries from my WPF application. I used
BlockyExample which works very well as long as the libraries are called online. When I downloaded Blockly and tried to reach the required files locally, the libraries are not loaded.
I cloned the
BlocklyDuino-v2, where one can call Blockly libraries locally, to figure out where the problem is. The app works perfectly on the PC's browser (Chrome and Explorer) when I open the index.html locally; however, when I call it from WPF, using the default WPF WebBrowser or
CefSharp, Blockly libraries are not loaded.
Any recommendations about where the problem might be? Thanks in advance!
Sincerely
Aram