aikuma / aikuma-ng

Speech annotation web app for regular folk
22 stars 13 forks source link

Launch of app on Mac does not go full screen #43

Closed Lingomat closed 8 years ago

Lingomat commented 8 years ago

I've seen this on Steven's computer.

Lingomat commented 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.

Lingomat commented 8 years ago

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.

Lingomat commented 8 years ago

Well until someone says it's a problem, I guess it's fixed.