Closed andersonoliveira closed 10 years ago
Hey — thanks for your pull request!
However, the Xcode window title is already bound to the <title>
of the html document. Does your commit add anything extra to that?
Yeah. Nevermind. I thought that was not implemented. Sorry.
Add a Title key so we can add to the window.
Usage: macgap.window.open({title:"My Window Title", url:"public/index2.html", width: 400, height: 300});