iOS Question How to use a custom font inside a WebView

hanyelmehy

Active Member
Licensed User
Longtime User
Upvote 0

hanyelmehy

Active Member
Licensed User
Longtime User
You need to set the font in the page CSS code.
i do that ,but maybe the problem that font not shown the same in all browsers (when tested on desktop) ??
i there is any way to make justify TextAlignment with TextView ?
 
Upvote 0

hanyelmehy

Active Member
Licensed User
Longtime User
How is it related to the desktop?

There is no simple way to justify the text in a label or TextView.
How is it related to the desktop?
when test same html with chrome for example some character not show correctly ,other wise when test with MS explorer every thing show ok ,so maybe ios webview do the same (in my case some character show correctly in webview ,other wise in TextView every thing is ok ,maybe because i use complicated Arabic font)
There is no simple way to justify the text in a label or TextView.
can you please guide me to the hard way
 
Upvote 0
Top