N
N
nohoney-nomoney2021-10-28 11:19:59
iOS
nohoney-nomoney, 2021-10-28 11:19:59

Why does an IOS app print text from right to left?

Hello.
Tell me what could be the problem.
Project on vue quasar.
I use the standard input component.
There is a project, when you enter in a normal input, everything is entered correctly.
Also on android.
But if you run it in the xcode emulator or on the test ios device, the text is written from right to left.
And not in terms of that it is centered on the right edge, but that it is typed from the end. Each new character is placed before the line.

<q-input
    color="secondary"
    v-model="presenta"
    :label="title"
    style="width: 100%"
  />


Video problems
Video with normal input

What could be the problem?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
N
nohoney-nomoney, 2021-10-29
@nohoney-nomoney

Solved the problem.
It turned out the whole point is that the input had the user-select:none style

A
Alexander Prokhorovich, 2021-10-28
@alexgp13

Offhand - the language settings in iOS, the application for some reason considers that the text is entered in Arabic (or another, where they write from right to left. It may be worth explicitly indicating that languages ​​\u200b\u200bwith right-to-left input are not used.

P
Python Newbie, 2021-10-28
@Levman5

Try changing the language of the emulator as Alexander Prokhorovich said . Here is the instruction how to do it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question