MacGapProject / MacGap1

Desktop WebKit wrapper for HTML/CSS/JS applications.
Other
3.55k stars 208 forks source link

macgap.window.maximize undefined? #79

Open fdiotalevi opened 10 years ago

fdiotalevi commented 10 years ago

Hi, I followed the tutorial, installed the gem (0.0.8 version), tried a few methods explained in the help page, f.i.

// Toggle fullscreen mode macgap.window.toggleFullscreen();

// Maximize the window macgap.window.maximize();

but none of them work for me... it looks like the macgap.window object exists, but not methods maximize and toggleFullscreen are undefined. Am i using the right version? Is there a more recent one?