ChatKeyboard icon indicating copy to clipboard operation
ChatKeyboard copied to clipboard

ChatKeyboard is a powerful and easy using keyboard lib for Android, includes emoticons selection, audio recording, multi media functions, etc.

Results 11 ChatKeyboard issues
Sort by recently updated
recently updated
newest added

1、获取录音权限后,正在录音状态的view(正常应该是手指离开屏幕后隐藏掉)没有自动隐藏 2、view的布局层级优化

在打開emoji 畫面和打開鍵盤,高度不同,會跳來跳去,該怎麼處理? (鍵盤模式高度較低)

`ChatKeyboardLayout.initEmoticonsDB(this, true, entities)` 这里如果第一次运行时,第二个参数为 `true` ,有默认表情,这个是正常的,但是当我改成 `false`,再运行还是存在默认表情。 看了你的源码你是否初始化成功的处理,不知道你是怎么考虑的,但是实际开发还是存在有的地方需要有的地方不需要。

将虚拟按键栏隐藏之后,存在无法点击语音、弹出键盘会挡住输入框的问题

hello tnx for this library i have problem me after initialise keyboard in my activity , The keyboard is in the open mode What do you need to solve this...

发送表情的时候,会出现乱码,这个问题有注意过吗?

SQLiteDatabase: Error inserting row=4 item_padding=30 horizontal_spacing=0 is_show_del_btn=0 name=sme line=2 icon_uri=assets://emoticons/sme/wg_tab.png vertical_spacing=0 is_show_name=true android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed: emoticonset.name (code 2067) at android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native Method) at android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnection.java:782) at android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.java:788) at android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:86) at android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:1471)...

android.database.sqlite.SQLiteDatabaseLockedException database is locked (code 5): , while compiling: PRAGMA journal_mode 1 android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method) -- 2 android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.java:906) 3 android.database.sqlite.SQLiteConnection.executeForString(SQLiteConnection.java:651) 4 android.database.sqlite.SQLiteConnection.setJournalMode(SQLiteConnection.java:333) 5 android.database.sqlite.SQLiteConnection.setWalModeFromConfiguration(SQLiteConnection.java:307) 6 android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:228) 7 android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:206) 8 android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:463) 9 ...