Closed HouHangLei closed 10 months ago
Hi @HouHangLei
Please send an e-mail to info@keyboardkit.com with your license key and I'll take a look.
ok i have sent
I have found the solution itemRows.remove(.keyboardType(.emojis))
, thank you for your support!
Hi again,
That's great, happy it worked out!
I will take a look at why this happened, so that you will not have to do this again.
Best
Daniel
On Wed, Jan 3, 2024 at 1:45 PM 侯航磊 @.***> wrote:
I have found the solution itemRows.remove(.keyboardType(.emojis)), thank you for your support!
— Reply to this email directly, view it on GitHub https://github.com/KeyboardKit/KeyboardKitPro/issues/10#issuecomment-1875318340, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADI6ZZHAU3JUWR23XOD3Z3YMVHGZAVCNFSM6AAAAABBLKO2FCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZVGMYTQMZUGA . You are receiving this because you commented.Message ID: @.***>
Hello, the Emoji page we purchased in the Basic version is blank. How can I hide the Emoji button on the keyboard?
I referred to the code for inserting language switching in
DemoLayoutProvider
in the Demo and used theitemRows.remove(.emoji)
method, but.emjoi
also needs to enter a parameter, and I don't understand how to use it.