Oleksii Trukhanov
Oleksii Trukhanov
Hey, @lunafi-evan! You can use this command for building the Windows app: ```meteor-desktop build-installer -- localhost:3000 --win --build-meteor --meteor-settings settings.json``` If you don't have any meteor settings you can remove...
I also has this issue and as a workaround I used width and height in 'px'
@vladcl I set up `unit` param in pixels. And also styled my `div` width and height in pixels not in `%`. For me it was `width: 1275px` and `height: 1803px`.
Hi, I updated meteor to 1.10.2 and this bug appears again, maybe it's because it's match to 1.8 and not gte 1.8
@wildhart thank you! Will try your package.