質問

How do I enable fullscreen for brackets-shell (which implements CEF)?

I tried adding:

$('.somediv').get(0).webkitRequestFullScreen();

But it doesn't seem to do anything.

I just compile brackets-shell exactly as it comes. I can't tell definitively if brackets-shell comes with it available or not, and I can't tell where to check in the CEF code.

Thanks.

役に立ちましたか?

解決

So, I never could get the webkit version of full screen to work.

What I ended up doing was implementing my own full screen native function extension, and then calling that instead. Not as ideal, but it works.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top