AncientBeast
AncientBeast copied to clipboard
landscape orintation lock [bounty: 16 XTR]
The game should be game locked to landscape orientation by default even if not maximized, not having to do a workaround by suggesting people to rotate the device #1728
Hey @DreadKnight i have implemented landscape orientation when clicked on fullscreen button for android but in ios it is not working at all, and i have also seen some issue related to fullscreen api in ios when i was working on this issue #2531 , i am linking a PR #2714 here for android landscape orientation fix. Please assign this issue to me
Hey @DreadKnight i have implemented landscape orientation when clicked on fullscreen button for android but in ios it is not working at all, and i have also seen some issue related to fullscreen api in ios when i was working on this issue #2531 , i am linking a PR #2714 here for android landscape orientation fix. Please assign this issue to me
@pranshugupta01 Heya! I'm confused by what you mean. Issue is related to non-fullscreen state, because fullscreen stuff is always landscape...
Hey @DreadKnight i have implemented landscape orientation when clicked on fullscreen button for android but in ios it is not working at all, and i have also seen some issue related to fullscreen api in ios when i was working on this issue #2531 , i am linking a PR #2714 here for android landscape orientation fix. Please assign this issue to me
@pranshugupta01 Heya! I'm confused by what you mean. Issue is related to non-fullscreen state, because fullscreen stuff is always landscape...
yes , but the issue is specific to IOS , i guess iOS doesn't support the standard Fullscreen API for non-video elements. I am facing same problem in this issue #2531 also.