Search code examples
webkitfullscreennpapi

npapi full screen


I have a npapi plugin working on WebKit. How do I get it to work fullscreen? Is setting the screen browsers or plugins job?


Solution

  • There's no API in NPAPI to go full-screen, so you have to do that yourself by opening a native window and using native platform APIs to make it full screen, then do your drawing there.