Reputation: 489
I'm developing windows 10 cordova application and for native integration we should use WinJS. I would like to know below things in Winjs app.
Upvotes: 0
Views: 534
Reputation: 884
There is no way in UWP to manipulate with windowing buttons (e.g. disable them). To control window size you can use the following three methods:
There is a code sample on GitHub for these methods, including JS.
Upvotes: 1