Open sanjay-chaudhari opened 7 years ago
show the code and the text that you are trying to convert.
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?
@ritz078 any update on this?
I will need help on this. I don't have a windows. So if you find a bug can you please submit a PR ?
We are using ng-Embed in our application. It works fine in Chrome, but IE 11 it just shows black-n-white emojicons.