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

Find better approach of passing Article to ArticleDetailScreen, in order to avoid serialization or route issues #3

Open
Vaibhav2002 opened this issue Jan 3, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Vaibhav2002
Copy link
Owner

Currently as articles have image_url, url which can have slashes / hence causing issues in the route string, which is temporarily avoided by encoding url but in some cases there are crashes as content, title, description etc has html string
Parsing them as html works in some cases but does not in some.

Solution

  • Find a better way to pass article as argument rather than serializing/deserializing it.
  • Or Find some way to parse the content so it doesn't mess with the route string
@Vaibhav2002 Vaibhav2002 added the enhancement New feature or request label Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant