Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WebKit で動作する npapi プラグインがあります。フルスクリーンで動作させるにはどうすればよいですか? 画面ブラウザs or pluginの設定は仕事ですか?
s or plugin
NPAPIには全画面表示にするAPIがないため、ネイティブウィンドウを開き、ネイティブプラットフォームAPIを使用して全画面表示にしてから、そこで描画する必要があります。