FreezingMoon / AncientBeast

The Turn Based Strategy Game/eSport. Master your beasts! 🐺
https://AncientBeast.com
GNU Affero General Public License v3.0
1.67k stars 584 forks source link

proper orientation for mobile devices #1728

Open DreadKnight opened 4 years ago

DreadKnight commented 4 years ago

When viewing the game on a mobile device in portrait mode, since game is landscape, we should either:

  1. open the about page, which should be flexible for both modes (new issue soon)
  2. display notification about rotating the device along with icon assets/icons/rotate.svg (could also include something else useful in there).

This should probably be displayed on and off using css media queries based on screen aspect ratio.

DreadKnight commented 4 years ago

Note that this is not the same as issue #1530 - which will basically add extra useful but optional functionality.