emojionearea icon indicating copy to clipboard operation
emojionearea copied to clipboard

Mobile devices: Prevent keyboard

Open rgustavsson opened this issue 9 years ago • 11 comments

Would it be possible for you to prevent the keyboard (on mobile devices) from opening up while clicking among the emojis? Perhaps an option? Would really appreciate it!

rgustavsson avatar Dec 28 '15 16:12 rgustavsson

+1

sheyooo avatar Mar 18 '16 11:03 sheyooo

+2

VonChange avatar Nov 26 '16 09:11 VonChange

is any one solved this please tell me I am struck here right now.

gvkweb avatar Mar 31 '18 10:03 gvkweb

Hi, @mervick how to solve this when picker open hide keybord in mobile is it possible please tell me.

gvkweb avatar Mar 31 '18 12:03 gvkweb

+1 If this issue can be resolved, it will be very good :)

M-Husein avatar Jun 26 '18 10:06 M-Husein

@mervick Hi, some solution? thankful!

Fabiombrs avatar Aug 21 '18 01:08 Fabiombrs

help please

Dani8888 avatar Jan 27 '19 07:01 Dani8888

@mervick any update on this?

cmdr-rohit-bang avatar Jun 02 '20 11:06 cmdr-rohit-bang

still nobody with a solution? Its basically useless on mobile as it is.

quarantaquatro avatar Jun 12 '24 11:06 quarantaquatro

Maybe we can use this html attribute in element contenteditable="true", Set inputmode="none" to the div contenteditable="true" when picker open and then after picker close remove the attribute. And I think we must implement this only for touch device that have virtual keyboard.

Reference: https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode#none

M-Husein avatar Jun 12 '24 18:06 M-Husein

thx for the tip, I will try that.

On Wed, Jun 12, 2024 at 2:41 PM Muhamad Husein @.***> wrote:

Maybe we can use this html attribute in element contenteditable="true", Set inputmode="none" to the div contenteditable="true" when picker open and then after picker close remove the attribute. And I think we must implement this only for touch device that have virtual keyboard.

Reference:

https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode#none

— Reply to this email directly, view it on GitHub https://github.com/mervick/emojionearea/issues/2#issuecomment-2163682496, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACELU3FUYN4PZLYR7X7PJFTZHCI5PAVCNFSM6AAAAABJGE5TKKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRTGY4DENBZGY . You are receiving this because you commented.Message ID: @.***>

quarantaquatro avatar Jun 13 '24 15:06 quarantaquatro