Closed harmvandendorpel closed 1 week ago
The fullscreen configuration boolean is ignored on MacOS.
fullscreen
const window = new Window({ fullscreen: true });
opens a window in the default 500x500px size instead.
fixed in #172
The
fullscreen
configuration boolean is ignored on MacOS.opens a window in the default 500x500px size instead.