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

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

Community Beginner ,
Aug 03, 2022 Aug 03, 2022

Copy link to clipboard

Copied

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?

Views

86

Translate

Translate

Report

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

Copy link to clipboard

Copied

LATEST

Votes

Translate

Translate

Report

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