Enable screen rotation regardless of touch mode. Fork of Screen Autorotate by Kosmospredanie.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
24 | Active |
23 | Active |
22 | Inactive |
21 | Rejected |
20 | Active |
19 | Active |
18 | Active |
17 | Rejected |
16 | Rejected |
15 | Active |
14 | Active |
13 | Active |
12 | Inactive |
11 | Rejected |
10 | Inactive |
9 | Inactive |
8 | Inactive |
7 | Inactive |
6 | Rejected |
5 | Rejected |
4 | Inactive |
3 | Rejected |
2 | Inactive |
1 | Rejected |
You have a typo in line 331 `extension.js` that won't let the timeout get cleaned up on disable: ```js this._timoutId = setTimeout(() => { // change to this._timeoutId ```