aloisdg / aloisdg/buzzr

Evolve buzzr to a boîte à meuh

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Detect orientation change in js:

```
document.addEventListener("orientationchange", function(event){
switch(window.orientation)
{
case -90: case 90:
/* Device is in landscape mode */
break;
default:
/* Device is in portrait mode */
}
});
```

source: https://stackoverflow.com/questions/14360581/force-landscape-orientation-mode/14360699#14360699

cow mooing sound: https://freesound.org/people/Benboncan/sounds/58277/

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.