I have same text and use same specified font but in web and mobile has different result
this is the result is, btw i tested in native, react-native and flutter still get same result even in real device or emulator
web:
mobile:
thanks in advance
[udpated]is use RichText widget in flutter that solve my problem, but i don’t know how in react native and android native (kotlin, compose) use what
2
Answers
[udpated]
is use RichText widget in flutter that solve my problem, but i don't know how in react native and android native (kotlin, compose) use what
The default text encoding may be different for both platforms.
If you are not using any specific font family try using one.
and if you’re using one then try another Arabic font family and see if issue persists.