-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Need implement comment item for feed. On current moment, it has only basic implementation with several problems:
- Add implementation for display web content on iOS side
@Composable
actual fun WebContent(html: String) {
Text(html)
}
- Find solution to switch to day/night mode depend on theme
- Remove paddings for WebView
Feed with a current implementation looks very buggy. I just commented it. I think, it isn't efficient to use WebView to display one comment. I just hided comments block from each item.
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Todo