ruben-cruz
ruben-cruz
@unosbaghaie have you managed to develop the cross lines feature? We need to add something like the demo image to our project but don't know how to start... Thanks.
@cpinchuk can you share that with us?
@mmaietta I've updated the electron-builder to v24.9.1, then generated a new portable, but the .exe size remains the same (~45mb). I think I understood your suggestion, but the problem is...
Does anyone have any suggestions on this?
@nevermore-kl I tried your code but didn't worked. Below follows the electron and @electron/remote versions that I'm using. Do you have any suggestion to enable @electron/remote inside an electron-tab webview?...
Anyone can help or give some advice?
@nevermore-kl, after adding your code I also add to set the webPreferences inside webviewAttributes when adding a new TAB like this: ``` ... title: "test", src: "./test.html", webviewAttributes: { 'nodeintegration':...