Skip to main content

All Questions

Tagged with
0 votes
0 answers
53 views

How to add `tailwindcss` to my Vue + Electron Forge project?

I'm doing my first sample project using Vue + Electron Forge with the template vite+typescript. Now I want to add tailwind but I can't seem to find any useful documentation online. This is my project ...
David Peña's user avatar
0 votes
0 answers
13 views

how to play video of h264 encode in the Electron

have checked and tried the following solutions and a few others: Cannot play offline video in production electron app Video tag in electron Electron video cannot play Playing local mp4 file in ...
Dreams's user avatar
  • 23
0 votes
1 answer
85 views

Having issues with electron-builder when using extraResources and extraFiles

Environment: node --version: v18.19.1 package.json: "dependencies": { "@electron/remote": "^2.1.2", "@voerkai18n/runtime": "^2.1.5", "@voerkai18n/...
胡张驰's user avatar
0 votes
1 answer
225 views

Electron with shadcn/vue config (src) confusion

As you can see I have two src/components (assets), one is in the root, the other in the /renderer. The root one was created when I added resizable components via "npx shadcn-vue@latest add ...
okkko's user avatar
  • 1,070
0 votes
0 answers
37 views

How to add a new Top menu in ElectronJS without any submenu items?

[ { role: 'help', submenu: [...] }, { label: 'Upgrade', submenu: [], } ] The new menu is also visible if the submenu is an empty array: I want to show this menu without ...
Dương Thành Nhân's user avatar
0 votes
1 answer
143 views

Electron JS/Vue Router Packing Not Working with Electron Builder

Hi I have been trying to trouble shoot this problem for hours and can't figure out a solution. I created an Electron App using Vue 3 Composition and now I am trying to use Electron Builder to package ...
Ali's user avatar
  • 33
0 votes
0 answers
17 views

How to Detect Dynamically Added or Removed Sources with Electron DesktopCapturer?

I am working on an Electron app that utilizes the desktopCapturer module to fetch sources (both windows and screens), I now need assistance in detecting when new sources are added or existing ones are ...
Himanshu Rahi's user avatar
0 votes
1 answer
53 views

Will Websql stop for already built Electronjs Application as the Websql will stop next year or it will keep working

Really appreciate your support I Built a couple of ElectronJs Apps that use Websql (they already working), I recently learnt that Websql will stop completely next year, my question is -will this Apps ...
Jalyn's user avatar
  • 21
1 vote
0 answers
277 views

My electron app was recognized by the windows system as a virus and directly deleted,how can i fix it

I used electron to develop a windows app, it was recognized as a virus by the windows system and deleted directly, but because the app we only use for a small number of people within the company, it's ...
famousmai's user avatar
0 votes
0 answers
253 views

How to fix this issue using sequelize and electron with vite?

I have created a fresh electron-vite on vue-ts setup from this source https://electron-vite.org/ and installed sequelize. now i am having an error attached here: error on npm run dev from the package ...
Jhusss's user avatar
  • 3
1 vote
0 answers
32 views

If there any methods to disabled Window key in electron js?

I've been working on developing an Online Examination System where it use to prevent students from cheating during the exam. I want to disable window key and other combination key like win + PrtSc.....
Chey Sreylin's user avatar
0 votes
1 answer
186 views

Is <img :src="require`${JSON.parse(string)}`"> in electron vue is safe from XSS?

QUESTION UPDATED I am inspecting a client's application written with Vue.js and I found there a following construction. // Somewhere else in the code var data = JSON.parse(jsonString); // In the vue ...
Max's user avatar
  • 2,170
0 votes
0 answers
98 views

In Electronjs <webview> guest page can not get cookie by document.cookie

in guest page <script> console.log(document.cookie) // "" </script> But in Developer Tools` Application Cookies has values.
xiaoyang's user avatar
0 votes
1 answer
457 views

Electron Vue Router Page Change Not Working

I am calling this.$router.push({ name: "signin" }); in my Electron Vue application (in the BrowserWindow I am loading), but the page is not changing. No error message and no page change. ...
user2500558's user avatar
0 votes
0 answers
297 views

Stop Auto Hide Menu Bar (Electron on Mac)

How can you make sure that the menu bar stays active when a BrowserWindow in Electron is visible? Case Explanation: Once you click on my Tray icon, a BrowserWindow is opened with some HTML. Once the ...
user2500558's user avatar

15 30 50 per page