Allowing interaction with a second window without breaking full-screen in the first?
问题 I want to build a web-based presentation tool with a PowerPoint-like "presenter view" for the second monitor. I can use the HTML5 full screen API (example) to put the main presentation in fullscreen, but that seems to preclude interacting with the controller window on the other screen. Is there any way to interact with webpage windows on two different monitors when one of them is fullscreen? Details: Chrome and Safari on OS X use Lion's native fullscreen mode, which is well-known to be broken