ELECTRON-4-PHP icon indicating copy to clipboard operation
ELECTRON-4-PHP copied to clipboard

Scrolling issue

Open johnhart96 opened this issue 4 years ago • 0 comments

Hi all,

Has anyone had an issue with a lack of scrolling ability in the BrowserWindow()? I cannot get mine to scroll.

Here is my browser window section:

mainWindow = new BrowserWindow({ width: 1024, height: 768, contentIsolation: false, scrollBounce: true, nodeIntegration: true, webPreferences: { blinkFeatures: 'OverlayScrollbars' }, frame: true, minWidth: 1024, minHeight: 768 });

johnhart96 avatar Oct 06 '21 12:10 johnhart96