Tomas
Tomas
Kinda duplicated of https://github.com/wbond/package_control/issues/825
You're supposed to open it using the Wikitude application, not straight from the browser. It doesn't work on vanilla JavaScript.
@fauzan-raza You'll need to install Go and then compile it locally To install Go dependency: https://www.digitalocean.com/community/tutorials/how-to-install-go-1-6-on-ubuntu-16-04 To compile it: https://github.com/inconshreveable/ngrok/blob/master/docs/DEVELOPMENT.md Hope this helps.
Did you self-sign your certificates? If so, you'll need to add `trust_host_root_certs: false` to your configuration, in addition to have built the client using your self-signed cert.
I took a look at @jamiewest package, pretty simple implementation, perhaps it's worth having something alike within the `http` flutter package.
Duplicate of #131
Check out this piece of code for webRTC on Safari ``` body { margin: 0; } .video { max-width: 100%; position: absolute; top: 0; left: 0; } button { left:...
I guess its coming. According to https://caniuse.com/#search=Record you can enable it via settings. On Mon, Mar 11, 2019, 2:17 AM kevinjfq wrote: > It just worked for me on Safari...
Let's take as example: `中國- 维基百` `自由的百-科全书` Two 100% different titles, same id. (in this case, id="-") 2015-03-26 12:33 GMT-07:00 Michael Cavalea [email protected]: > thought about this, went back and...
Think in languages that mix both english with special chars. I was thinking something like `element.id = getId(element.innerText || element.textContent);` where ``` javascript var store = {}; var getId =...