Is it possible to use fullscreen request api in anki?

I seem to be able to make images full-screen in browsers (ankiweb) but not in anki desktop (linux). There is methods .webkitRequestFullscreen() and .requestFullscreen() in anki but they seems to does not do anything.

Example deck: mega.nz/file/7dIXzS4R#TSdac0HswDOQEzOKJiSZFnuN85ZfyI10X-OxJSFczjc

Is that a bug or is it impossible at all to use this inside desktop anki?

As a workaround i went with

window.open(image.src)

Not very nice but does the job of opening image in kinda fullsreenish way via another application (or browser tab).

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.