You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If flag isHtmlConverted is on we have iOS trouble:
textStyles not apply to attributed string. Need to add apply for this.
common problem:
text will handle tap on it for url opening, but it cancel touch event in parent views. If I add this text to clickable container view click event of view will not recognised, because of it will be canceled by text.
To discuss - what to do with this behaviour? Saparate for two different factories? For some cases we don't need to handle tap, just format html tags, or codes
The text was updated successfully, but these errors were encountered:
If flag isHtmlConverted is on we have iOS trouble:
common problem:
To discuss - what to do with this behaviour? Saparate for two different factories? For some cases we don't need to handle tap, just format html tags, or codes
The text was updated successfully, but these errors were encountered: