-
Notifications
You must be signed in to change notification settings - Fork 0
orientationChangeFix
Mike Byrne edited this page Jan 25, 2022
·
2 revisions
Stopping iOS devices scaling up when rotating from portrait to landscape
- nothing
- none
- nothing
import { orientationChangeFix } from '@area17/a17-helpers';
document.addEventListener("DOMContentLoaded", () => {
orientationChangeFix();
});