Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • webphone webphone
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • Keith
  • webphonewebphone
  • Wiki
  • error

error · Changes

Page history
Update error authored Oct 04, 2019 by Keith's avatar Keith
Hide whitespace changes
Inline Side-by-side
error.md
View page @ 6a597e5c
## Errors, Doubts, Bugs.
### a somewhat chaotic list.
iron 61.0.3163.81 on android 5.1
"Failed to execute 'play' on 'HTMLMediaElement': API can only be initiated by a user gesture."
Media -> Autoplay is activated.
---
On calling:
<code>
......@@ -17,9 +25,14 @@ I/chromium(12718): at https://cenizo.rhizomatica.org/vendor.js:177811:30
This was changed in https://github.com/versatica/JsSIP/commit/63666fa07b1e73703b2e5b1408f8a55cf98d6c74. Previous version was 3.2.16
---
Older browsers:
Current HEAD of the ng8 branch will not run in an es5 browser: (at least not on Iron 56 on mobiles (which is according to the below list, supposed to support es6)
https://www.w3schools.com/js/js_versions.asp
"Uncaught SyntaxError: Unexpected token ..."
So this appears to be an issue with standardized-audio-context, where the es2018 code is in the vendor-es5.js. Other modules look to me to be OK.
\ No newline at end of file
So this appears to be an issue with standardized-audio-context, where the es2018 code is in the vendor-es5.js. Other modules look to me to be OK.
I'm not even sure why this module is being used. AFAIR, there were compile errors, or maybe the ng cli made the changes with the upgrade. The modules does not seem necessary. Need to investigate.
\ No newline at end of file
Clone repository
  • branch notes
  • commands
  • error
  • hermes
  • Home