hoaiduyit/react-pannellum

webkitRequestFullscreen is not working on mobile devices

Opened this issue · 4 comments

container.webkitRequestFullScreen();

toggleFullscreen() is not working on a mobile device

TypeError: container.webkitRequestFullScreen is not a function. (In 'container.webkitRequestFullScreen()', 'container.webkitRequestFullScreen' is undefined)

hi @reshmit3 , I will resolve this asap

Hi @hoaiduyit

Are there any updates regarding this fix? Is it going to be resolved any time soon?

Hi,
Do we have any updates on this?

The function name is actually webkitRequestFullscreen instead of webkitRequestFullScreen. So changing that might be enough to fix this issue.