rhiokim / electron-floating-app

(wip) floating app example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If I set frame: false for BrowserWindow create, It does not work on Windows

hanatharesh2712 opened this issue · comments

If I set frame: true for BrowserWindow as below code, It does not open menu options when I click on the icon on Windows.

mainWindow = new BrowserWindow({
width: 780,
maxWidth: 780,
height: 130,
fullscreenable: false,
resizable: true,
frame: false,
transparent: true
})

Do you have any idea how can I resolve this?

added style="display: none;" in svg element in index.html for windows click issue when transparent background

I can not move the menu icon by dragging it on Windows.
Could I drag it only in Mac?

I cannot drag it on mac either.