DEV Community

Discussion on: Fullscreen toggle functionality in Angular using Directives.

Collapse
 
_osku profile image
Greg

Thank you for reply.
Got it.
I gonna implement this functionnality on all my projects :)

Thread Thread
 
adisreyaj profile image
Adithya Sreyaj

Great!
Make sure to listen to the fullscreen change event and update accordingly. This is to handle when the user clicks on Escape key.

Maybe I'll try to add that too in the code snippet.