Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML support problems in SystemTextViewFactory #216

Open
kovalandrew opened this issue Apr 2, 2020 · 1 comment
Open

HTML support problems in SystemTextViewFactory #216

kovalandrew opened this issue Apr 2, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@kovalandrew
Copy link
Contributor

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

@Alex009 Alex009 added the bug Something isn't working label Apr 9, 2020
@Alex009 Alex009 added this to the 0.1.0-dev-20 milestone Apr 9, 2020
@Alex009
Copy link
Member

Alex009 commented Apr 17, 2020

@Alex009 Alex009 modified the milestones: 0.1.0-dev-20, 0.1.0-dev-21 Aug 30, 2020
@Alex009 Alex009 modified the milestones: 0.1.0, 0.2.0 Jul 15, 2021
@Alex009 Alex009 removed this from the 0.2.0 milestone Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants