Not allowed to load ressource
Hello,
I try to use your titlebar in an electron app, with vuejs.
but I get a js error in the console, saying : Not allowed to load ressource
can anyone please help me?
Thanks!
What's your URL?
The URL should starts with file://.
Is there any updates on this? I'm also stucked in this error.
Now I am working on the new version of Moeditor with React, which project I wrote electron-titlebar for. I expireced the same problem and Googled it. The solution is https://github.com/electron/electron/issues/5107#issuecomment-208619045.
Another issue of using React (or other frameworks that loads the page with a http:// rather than file://) is the titlebar.css won't load properly. Now I'm going to fix it.