this callback parameter is triggered before any network request is initiated. parameter: typedef bool ( wkeLoadUrlBeginCallback) (wkeWebView webView, void param, const char url, void job) Note: 1, this callback is powerful. In the callback, if wk...
how electron-vue saves blob objects locally ...
some local configuration information is obtained in the main process, which needs to be transmitted to the rendering process through ipcMain, but the react component cannot introduce the ipcRenderder module? Is there any solution? ...
how does electron read the URL content in debug mode network ...
electron-vue runs after being packaged successfully, indicating missing module use cnpm run build to package into exe, run time what result do you expect? What is the error message actually seen? ...
in the Windows system, it is not allowed to modify the window size, click to minimize the window, resulting in a continuous reduction in height each time the window is displayed. Such a problem does not occur under Mac. screenshot of the question: ...
want to achieve a mobile phone to connect to the computer to achieve some functions, such as operating PPT page turning, control of the mouse, left and right button operation and so on. Operation ppt page turning wants to use electron to actively trig...
problem description I used electron to package the front end into an exe application; but anything with a http request can t be displayed. Have any bosses ever used electron? ask for answers the environmental background of the problems and what met...
some code in renderer only needs to be run in the version of yarn run build. You don t have to run in run dev. Are there any environment variables that can determine whether you are in run dev mode or not? ...
now try to make a small desktop crawler with vue+electron. Hope to show the crawler s progress in the software interface, similar to the function of console.log, and print the text to the electron page . tried the global variables and functions of VUE...
there are some files such as xxx.dll,xxx.exe used in the program how to add these files to the executable through electron-builder packaging? NSIS kneel down and beg the bosses to give me some ideas. ...
electron screencap function because screencap takes a long time, it will take up a lot of cpu and memory, and then stop it every n minutes, and then record it again. but if you cut to another window during the second recording, desktopCapturer.getSourc...
is there a desktop framework for go + WebAssembly + [chrome electron] PS: 2019-04-48 see a library of vugu , which is quite good ...
did a project, used Electron Installer to generate an exe installation package, installation time 360 prompt risk, how to solve, afraid to scare the user. ...
electron+elementui+vue.js environment: <el-select v-model="monitorList[0].resolutionValue" placeholder="" @change= changeResolution > <el-option v-for="item in monitorList[0].modes" :key="item.width+ x ...
uses a vue family bucket + typescript+electron development project layout.vue feels that the code should be compressed when packing, and the name value should also be compressed by the way. There was no problem with writing name before, but ther...
my friends, have you ever used electron-builder to customize nsis properties and extend specified additional functions, such as editing the registry during installation? Does the script attribute of nsis support partial extensions, or can you only write...
vue-cli with projects generated by electron-vue runs correctly in dev mode. there is a problem with packaging there seems to be no related problem on the Internet. I wonder if anyone has encountered . ...
scenario: use electron to package vue applications. attempt: an .html demo is established. The session of the main process can be obtained through node, and the cookie can be obtained <script> var session = require( electron ).remote.sessi...
the details are the same as those described in this issue. I don t know if any of the bosses know anything. The development mode is normal, but it doesn t work after building. It looks like an electron builder configuration problem. ...