Ire Aderinokun

Results 21 comments of Ire Aderinokun

I'm also having this same issue. After `npm install` ``` npm ERR! network request to https://npm-registry.whitewater.ibm.com/e/end-of-stream/_attachments/end-of-stream-1.4.0.tgz failed, reason: getaddrinfo ENOTFOUND npm-registry.whitewater.ibm.com npm-registry.whitewater.ibm.com:443 ``` Node version v8.11.3

I just tried `yarn install` instead of `npm install` and that worked for me!

What CSS do you have in the `.cameraView` class? The way I had to do it was to set the `display` to `none`. ```js const ionApp = document.getElementsByTagName('ion-app')[0]; const startScanner...

@onfire Great! Yes you're correct, this method completely hides the application so you can't add a close button. I used a timeout so the scanner automatically closes after 10 seconds,...

So I've sort of solved this. It's a bit of a hacky solution, but it works for me. Instead of hiding the app entirely, I added a class to the...

Thanks @ayoolatj ! Sorry for the delay, I will get to this asap

Hi @justforuse ! It's because that is an MDN feature, it isn't actually from caniuse dataset. I'm gonna look into how to add the MDN features in the future

I've finally been able to implement this! There's a couple things that aren't there yet (like the Live Images), but the embed itself works :)

@justforuse Ah thanks I fixed this now! I'm having trouble with showing prefixes, but the support/unsupport state shows corretly

Hi @mydearxym ! There's isn't that version yet. I'll add it to my todo list to work on when I have some time (also open to help on this too!)