Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

Community Beginner ,
Aug 03, 2022 Aug 03, 2022

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?

139
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 03, 2022 Aug 03, 2022
LATEST
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines