Skip to main content
Known Participant
August 3, 2022
Question

adobe animate canvas > "requestfullscreen" don't work on iphone...

  • August 3, 2022
  • 1 reply
  • 160 views

I have a problem with "requestfullscreen" on iphone.

https://clientes.or-design.org/testSwipe/

 

_root.FullScreenBT.addEventListener("click", f);
var element = document.getElementById("animation_container");
function f(){
	element.requestFullscreen()
	.then(function() {_root.FullScreenBT.alpha=0;})
	.catch(function(error) {console.log(error.message);});
}

 

¿Any idea?

    This topic has been closed for replies.

    1 reply

    Legend
    August 3, 2022