I want to set with and height for my app to 1400 and 800 If it is possible but if a Screen is smaller than 1400 or 800 , app opens full size Not Full Screen I mean i want some thin like this:
"window": {
"title": "My App",
"toolbar": false,
"min_width": 1400,
"min_height": 800,
"max_width": 100%,
"max_height": 100%,
}
I know i can set fullscreen : true
But i want some thing like above or something like this fullsize : true
Thanks