Closed Lingomat closed 8 years ago
From window.js
chrome.app.runtime.onLaunched.addListener(function() {
chrome.app.window.create('window.html', {
'state': 'maximized'
});
});
This apparently does not work. It might be Apple being difficult.
903 specifies a 1280 x 768 window as well as requesting maximise. I expect on a Mac that this will result in the 1280x768 window appearing. @stevenbird please confirm.
Well until someone says it's a problem, I guess it's fixed.
I've seen this on Steven's computer.