Answer the question
In order to leave comments, you need to log in
How to solve problem with getting location in Electron.js?
I am trying to open a link inside an app:
const win = new BrowserWindow({
width: 400,
height: 600,
webPreferences: {
nodeIntegration: true,
webSecurity: true,
sandbox: true,
enableRemoteModule: false,
nodeIntegrationInWorker: true,
nativeWindowOpen: true,
},
});
win.loadURL('https://tinder.com/app/recs')
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question