Restrict fullscreen mode to tablets and above
authorAlexander Ebert <ebert@woltlab.com>
Tue, 13 Dec 2016 14:03:44 +0000 (15:03 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 13 Dec 2016 14:03:44 +0000 (15:03 +0100)
commit276c3eeefc4cc83856f733c959d927b159c678c4
treec85c656449e786d18abb5d94a764dc279965b4c1
parentb01dd6cb43b3dece6a033c732b98a41f40f41367
Restrict fullscreen mode to tablets and above

It doesn't work out for smartphones:
- The editor takes up the entire width / height anyway due to the small
screen size
- `position: fixed` is a glitch paradise, especially iOS completely
snaps when used, but the effects are negligible on an iPad
wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabFullscreen.js