ionic3-emoji-picker icon indicating copy to clipboard operation
ionic3-emoji-picker copied to clipboard

Ionic3 chat in app style is ugly

Open ejiyuan opened this issue 7 years ago • 2 comments

Ionic3 chat in app style is ugly Look here http://test.meylink.cn/q2.png http://test.meylink.cn/q9.jpg

1,No flashing focus 2,Unable to insert expression at the specified text location 3,Cannot switch with keyboard

ejiyuan avatar May 09 '17 01:05 ejiyuan

Hi, you can move the emoji picker with this:

    emoji-picker {
        transform: translate(13px, -60px)!important;
        bottom: 0;
        left: 0;
    }
  1. Add this to the Button of the emoji picker $event.preventDefault(); i must search a solution to prevent the keyboard hide when a emoji is clicked
  2. i search for a solution for this
  3. What do you mean with that?

danielehrhardt avatar May 16 '17 11:05 danielehrhardt

@danielehrhardt hi,thanks About 3: emoji and input methods keyboard switching (note that the emoji opens, the input method will be hidden, but still flashing cursor) I've been trying to implement the effect in the following diagram, but it never works, http://test.meylink.cn/s.gif

ejiyuan avatar May 16 '17 12:05 ejiyuan