Mostafa Pourmorad

Results 6 issues of Mostafa Pourmorad

I have used Neutralino.window.setDraggableRegion for navbar and some other APIs like storage.setData but after a period (I don't know exactly how much) of inactivity I cannot drag the navbar anymore...

bug

electron has this useful [ready-to-show](https://www.electronjs.org/docs/latest/api/browser-window#using-the-ready-to-show-event) event to avoid visual flash. it would be great if neutralino implement it

I have winston 3.3.3 installed and working properly in local both for logging in console and a file, but when I deploy on heroku it does not log anything neither...

After enabling [Hot Reload](https://neutralino.js.org/docs/how-to/use-a-frontend-library#enabling-hot-reload) and running `neu run --frontend-lib-dev` _Hot Reloading_ works fine but I can not access global variables like `NL_OS` ! Here is the result of running [Demo](https://github.com/codezri/neutralinojs-react)...

electron has this useful [ready-to-show](https://www.electronjs.org/docs/latest/api/browser-window#using-the-ready-to-show-event) event to avoid visual flash. it would be great if neutralino implement it

If I set background-image to an SVG in CSS like this: ``` background-image: url('path/to/image.svg') ``` it does not work but if I import it in jsx file like this: ```...

bug