aj-techsoul / ELECTRON-4-PHP

An easiest way to use php in electron
MIT License
202 stars 46 forks source link

Scrolling issue #36

Open johnhart96 opened 2 years ago

johnhart96 commented 2 years ago

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 });