MacGapProject / MacGap1

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

Out-of-window html rendering #40

Closed PetrKaleta closed 12 years ago

PetrKaleta commented 12 years ago

Hey, is there any possible way, to somehow enable out-of-window HTML rendering? For example right now, every html context menu must be positioned inside the main web view window. Which can be limiting sometimes.

Is there any possible way to render HTML content outside of the window as well? Nice example can be Safari extensions...

maccman commented 12 years ago

You can make new windows using the current API. We don't support the chromeless option atm though.