TeamTetris / tetris-game

2 stars 0 forks source link

Manually request permissions (don't ask on page load) #18

Closed msoechting closed 6 years ago

julianweise commented 6 years ago

Unfortunately, it is not possible to use the JavaScript Permission API because it is in an experimental status (only partly supported by Chrome( and our TypeScript Compiler does not support it.

We could solve it by activating the required services (e.g.: location, camera) at a later point of time.

julianweise commented 6 years ago

We will implement the second approach

msoechting commented 6 years ago

Was this adressed in #46?

Johannes-Schneider commented 6 years ago

This was also part of the new UI enhancement. But yes, it has been addressed.