Rich Tibbett
Rich Tibbett
Opening the web inspector on the web page you link to reports the following errors: ``` translate.googleapis.com/translate_static/js/element/25/element_main.js:68 Uncaught TypeError: Cannot use 'in' operator to search for 'textContent' in null translate.googleapis.com/translate_static/js/element/25/element_main.js:65...
Actually, the library supports many more languages (~100). A full list of languages will be added to the README via pull request [https://github.com/richtr/guessLanguage.js/pull/5](https://github.com/richtr/guessLanguage.js/pull/5). Thanks @PING!
Thank you for taking the time to do this :) The BCP-47 updates are a good idea but does this change break backward compatibility with code that may be using...
Language support was added in https://github.com/richtr/guessLanguage.js/commit/865b170f637af723faf143180a40ab5220f1b731.
Could you tell us what device, OS and browser (+ versions) are you using? Is the movement jerky or are you experiencing small incremental drift? This could be occurring for...
Let me know if you come up with anything here. I think this would be a useful addition to this project as it would also solve jerky sensor data I've...
I've suggested that we use GAME_ROTATION_VECTOR for DeviceOrientation Event data @ http://lists.w3.org/Archives/Public/public-geolocation/2014Aug/0001.html. The main concern there is how we could then still be able to compute compass-based deviceorientation. Any thoughts...
> I'd just like to report that I tried it on several phone types and it works great. Great! Could you tell us which devices these were perhaps? > The...
I notice that you have closed this issue. I do think we should explore adding WASD and Gamepad controls to the library (that can be enabled/disabled by the developer as...
Ran in to the same issue and I could output a clearer, actionable error by trying to launch `ngrok` directly: ``` $> node_modules/ngrok/bin/ngrok http 8080 ``` That displayed an `ERR_NGROK_4018...