Ran Buchnik

Results 65 comments of Ran Buchnik

Hi @SorinSu , You can initiate the instance like this: ```javascript new Accessibility({ icon: { useEmojis: true } }); ``` Hope this helps.

Thanks @fabiojust , we need to allow loading the material icons font from other locations as well as the default [google fonts](https://fonts.googleapis.com/icon?family=Material+Icons). Reopening this issue, don't know when I'll be...

@SorinSu @fabiojust Please see this [issue](https://github.com/ranbuch/accessibility/pull/59) that includes a fix for the problem.

Hi @IamShaharFar can you please provide a link where I could reproduce the issue?

Thanks @Hackwar ,please let me know if that's O.K.

I'm having the same problem but my images are base64 strings so pre-loading them isn't helping. ![h](https://user-images.githubusercontent.com/3777546/36033292-45ebaf64-0db9-11e8-9973-50b349e7997f.gif) I can clearly see the first images has a valid base64 images with...

Although those are a base64 images the `img.onload` trick works for me as well. ![s](https://user-images.githubusercontent.com/3777546/36054322-63aa9bf6-0dfe-11e8-8b7a-1f005e2b12b0.gif)

You can try to add this: ?gl=US to the end of your link.

@shrinktofit that's great! Do you know where are the hints? Shouldn't it be: ```javascript export const enum Severity { Error = 0, Warning = 1, Information = 2, Hint =...

Hi @AhmedHossamFCI You can use it just like you would with any other type of library, framework of vanilla javascript. I've actually tried it on some simple testing Angular app...