You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I just checked, it appears that it's not possible to request fullscreen from within the iframe itself, the fullscreen should be done in the host window. This means we need to implement it in python as suggested by @PaulHax . And we might need to still add allow="fullscreen" to the iframe as I understand.
The fullscreen button does not work.
Works in https://github.com/InsightSoftwareConsortium/itk-viewer-bootstrap-ui
Probably need to add
allow="fullscreen"
to the iframe:https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#allowfullscreen
The text was updated successfully, but these errors were encountered: