Closed raulbarriga closed 3 years ago
Is there a way to toggle to enter/exit fullscreen on click?
I tried handle.enter ? handle.exit : handle.enter onClick for an image but it didn't work.
handle.enter ? handle.exit : handle.enter
onClick
Maybe provide a method for this. Thank you.
Try handle.active ? handle.exit : handle.enter
handle.active ? handle.exit : handle.enter
Is there a way to toggle to enter/exit fullscreen on click?
I tried
handle.enter ? handle.exit : handle.enter
onClick
for an image but it didn't work.Maybe provide a method for this. Thank you.