emojionearea
emojionearea copied to clipboard
[BUG] EmojioneArea not working in Angularjs
EmojioneArea not working in Angularjs when we use ng-repeat
I have same issue did u figure it out ?
i solved the problem :100:
@Assdi How did you solve? I am using emojioneArea with ionic but clicking picker button is working not properly.
@Top-Developer are you creating dynamic div where emojiOne is not working ? like ng-repeat ?
in ionic the issue with emoji picker button can be solved by adding hidePickerOnBlur: false
to the option when initializing emojioneArea.
The same for me in angularjs. When running emojionearea in textarea like $("#reply_text").emojioneArea(); it works well. But for displaying ready emoji after $http response no images at all, just black-white pictures. Is emojione library loaded before $http response? How activate fetching images?