neutralinojs / neutralino.js

JavaScript API for Neutralinojs

Home Page:https://neutralino.js.org/docs/api/overview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Borderless mode: after disabling fullscreen, `borderless` option in `neutralino.config.json` is ignored

jerrygreen opened this issue · comments

To reproduce:

  1. Set "borderless": true in neutralino.config.json – viola, borderless works!
  2. Go to fullscreen: with Neutralino.window.setFullScreen() – viola, we're in fullscreen!
  3. Go back to windowed mode: Neutralino.window.exitFullScreen() – urgh... We've exited fullscreen, but not borderless anymore

Windows 10

Found a workaround: need to use Neutralino.init() after exiting fullscreen. Not really obvious but... Works!