G
G
grizzli7712017-07-04 15:18:48
Python
grizzli771, 2017-07-04 15:18:48

Telegram: How to make buttons display the same on IOS and Android?

Good afternoon.
Faced different behavior of text on buttons (ReplyKeyboardMarkup) in IOS and Android.
So, if it is necessary to place a long text on the button, for example:
"I am a very long text"
Then if it does not fit on the screen on android or in the desktop version of Telegram, then we will get:
"I am very long ..."
On IOS:
" I'm very d...text" The
question is how to make text reduction on IOS similar to Android, that is, so that the beginning of the text on the button is always visible?
For development I use the python-telegram-bot library.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Saboteur, 2017-07-04
@grizzli771

No way, you either need to modify the client on IOS and Android, which you don’t have access to, or send a text that fits into the button everywhere.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question