python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Telegraf.js custom keyboard how to make a Back button?
I don't know how to return to the previous menu by clicking to Back button.
bot.command('course', ctx => {
ctx.replyWithHTML('<b>Courses</b>', Markup.keyboard(
[
...
Hamroev Sodikjon
Votes: 0
Answers: 1
Windows 10 is not letting me use a custom keyboard Layout
I've been trying to change my keyboard layout to Colemak for the last days with little success. I did everything in Microsoft Layout keyboard creator even thought it's a decade old and i managed to ge...
oktagon
Votes: 0
Answers: 1
How to remove some part from keyboard in react native app?
I have an empty header on my keyboard (I mean the row above letters), how can I remove this part from the keyboard in my react native app? Thanks
enter image description here
Michal96
Votes: 0
Answers: 1
Edit text is hide when custom keyboard is displayed
I am using custom keyboard using KeyboardView. It is working fine. But if I place the edit text in the bottom of the screen, my custom keyboard is hide that edit text. But if I use native keyboard edi...
Vijayadhas Chandrasekaran
Votes: 0
Answers: 0