want to cancel electron
this picture is implemented by html
.want to cancel electron
this picture is implemented by html
.do not quite understand your question, if you only want to do frameless, then your line of code is correct. If you just want to hide the title bar, as far as I know, it seems that only macOS can
if you want to customize the action border, you can use ipcRenderer and ipcMain to operate
Previous: How to solve the cross-domain problem of Access-Control-Allow-Origin in Tencent Map webservice,
for example: after installing atom, you can execute on the terminal atom open to perform a series of operations, how to set up these command line operations for applications also built using electron? ...
use electron to package existing projects into a desktop application. Unable to route, how to see the error? ..] ...
bulidelectron index.htmlpackage.json "abc ": "npm run build && electron build electron.js ", I copied an electron.js and a packpage.json, in the dist folder change the path of index.html in electron.js to the path of index in the current folder,...
The thumbnail is the original file thumbnail of the system, which is opened in the same way as the native folder interface, in other words, it is like embedding the folder explorer interface into your own software. in addition, it expands the function...
I followed this and then report an error ask for divine guidance package.json { "name": "app-name", "version": "0.1.0", "main": "main.js", "dependencies": { &qu...
Electron-vue projects are packaged with electron-package command: electron-packager. App-- win-- out App-- arch=x64-- version 1.0.0-- overwrite-- ignore=node_modules npm run dev both yarn and cnpm have tried to remove reinstalled dependency p...
for example, the scenario is as follows: in a desktop application built with electron-vue, because you need to do multiple languages, you want to get the language used by the user s operating system when you start the application, and set it as the pre...
how to use nodejs in electron to invoke the environment of the local python and execute the corresponding command publish a computing-related project, if the computing power provided by the local python is invoked in electron ...
electron-vue for the project create a transparent form Code: iconWindow = new BrowserWindow({ height: 100, width: 100, frame: false, resizable: false, x: -1000, y: 50, transparent: true, }) iconWindow.loadU...
system win7 flagship version system tray icon exits abnormally in the lower right corner Open the application within a few minutes, the application is still open and can be used normally, but the icon is missing tried several icon formats and sizes, c...
as shown in the figure, there is a in the name. ...
use electron, to package projects into offline applications. Use the file protocol to read static resources locally. However, if the ajax request uses a relative path, after packaging, it will go directly to the root directory. main.js const winUR...
the way to introduce flash into the electron official website is realized by introducing pulgins into the webview tag, but I want to integrate flash locally, that is, to play a swf video in the index.html in the electron project. Can you give me some adv...
how does the business staff login slider verification code verify automatically? A lot of solutions have been searched on the Internet, which can not be solved very well. It is estimated that the technical means of Taobao have been updated. CAPTCHA ...
recently got an automatic update for the company, because this area is relatively unfamiliar, and I have checked it for a long time and do not know how to solve it. I hope the god can help me. electron autoUpdater error code: "ERR_UPDATER_CHANNEL_FILE...
in making a small terminal based on ubuntu, the interface should be beautiful and practical, and the software system should not be too large. Whether it is possible to adopt electron-vue? What is the current maturity and stability of this way of turning ...
Does anyone know ? ...
webpack packaged electron file local service, error reported. Local service of node ...
Electron Version: 1.7.6 Operating System: windows 7 Last known working Electron version: 1.7.6 Angular Version: 5.0.0 Typescript Version: 2.4.2 I want to use electron, in typescript in Angular 5 but it doesn t work. const {shell} = require( elec...
has commented out the configuration of eslint in the webpack.main.config.js in the npm run dev , but eslint still prompts an error when it comes to npm run dev. module: { rules: [ { test: .(js)$ , enforce: pre ,...