Ankush Sachdeva
Ankush Sachdeva
incase someone wishes to do that, make EmojiconsFragment class extend DialogFragment and for the first argument while initializing EmojisPagerAdapter replace getSupportFragmentManger() with getChildFragmentManager()
Since, this issue did not gain much attention, I made a new project based on this library that does the job. You can find it here. https://github.com/ankushsachdeva/emojicon
you can use ankushsachdeva/emojicon On 14 Mar 2015 19:20, "Daniele Ricci" [email protected] wrote: > @funcoding https://github.com/funcoding I ended up rewriting all > objects as views and used a popupwindow. You...
Not as of now, but I plan to do it in future On 17 Mar 2015 21:56, "David Álvarez" [email protected] wrote: > @daniele-athome https://github.com/daniele-athome @ankushsachdeva > https://github.com/ankushsachdeva is it possible...
This is not an expected behaviour. Could you share you code snippet
If the software you are using to view the text does not support the complete UTF8 encoding, you'll see these question marks. Try to print the text on a modern...
These are the emojicons that Apple uses. I have used it from Hieu Rocker's library https://github.com/rockerhieu/emojicon
getRootView() is used to get the topmost view layout and calculate the keyboard height based on how that changes, it should never be null. I would need the logs to...
Yes you are right, for translucent status bar, its height should not be subtracted from the heightDifference. I'll add a flag for people using translucent status bar in their apps...
Yes that's an expected behaviour. Everytime the emoji keyboard is requested, the alphabetical keyboard is brought up to resize the window, if we want to avoid this, we'll have to...