ritz078 / ng-embed

An AngularJS filter/directive for embedding emojis, media, maps, tweets, code and services
http://riteshkr.com/ng-embed
MIT License
122 stars 35 forks source link

IE11 does not display emojicon correctly, Chrome working fine. #88

Open sanjay-chaudhari opened 7 years ago

sanjay-chaudhari commented 7 years ago

We are using ng-Embed in our application. It works fine in Chrome, but IE 11 it just shows black-n-white emojicons. untitled

ritz078 commented 7 years ago

show the code and the text that you are trying to convert.

sanjay-chaudhari commented 7 years ago

I have added ng-embed library. and all other required stuff also.

code for binding is like this

<div style="color: black;" ng-bind-html="Message|embed"></div>

I am selecting emojicon from other tool, the output is like this

<div class="emoji-wysiwyg-editor" data-id="37bbb555-dd65-4dea-ab97-826be955ea78" data-type="input" placeholder="Type a message" contenteditable="true">😂</div>

When I save above, it send correct emojis to Facebook.

My concern is that all works perfectly in Chrome but not in IE.

your demo i.e. http://riteshkr.com/ng-embed/ also not render emojicons properly.

May be fontawesome problem?

captufsdfsdre

sanjay-chaudhari commented 7 years ago

@ritz078 any update on this?

ritz078 commented 7 years ago

I will need help on this. I don't have a windows. So if you find a bug can you please submit a PR ?