googlearchive / voice-memos

A Progressive Web App for recording and playing back voice memos.
https://voice-memos.appspot.com/
Apache License 2.0
727 stars 132 forks source link

Uncaught ReferenceError: Promise is not defined in Android 4.4 stock browser #19

Open sime opened 8 years ago

sime commented 8 years ago

screen shot 2016-03-18 at 16 50 30

Wanted to see the behavior of the app in the Android 4.4 stock browser.

Unfortunately I get the following error:

Uncaught ReferenceError: Promise is not defined
paullewis commented 8 years ago

I can add it to the 'cut the mustard' check, because stock on 4.4 doesn't have getUserMedia AFAIK, which means that even if it did have promises we'd be stuck.