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

fix: Resolve RichTextView scrolling issue & Prevent app freezing on tvOS #309

Closed
wants to merge 2 commits into from

Conversation

lsh424
Copy link

@lsh424 lsh424 commented Dec 1, 2024

Issue Link

Fixes issue: #308

Goals

This PR makes RichTextView scrollable on tvOS

Implementation Details

I split the string by newline("/n") and made the text focusable.

@kean
Copy link
Owner

kean commented Dec 4, 2024

Hey, thanks for the PR. I'm currently traveling and will be able to review it later.
Quick question: are there alternatives to manually splitting text into separate lines?

@lsh424
Copy link
Author

lsh424 commented Dec 4, 2024

Hey, thanks for the PR. I'm currently traveling and will be able to review it later. Quick question: are there alternatives to manually splitting text into separate lines?

check this PR(#310) please

@lsh424 lsh424 closed this Dec 10, 2024
@lsh424 lsh424 reopened this Dec 10, 2024
@lsh424 lsh424 closed this Dec 10, 2024
@lsh424 lsh424 deleted the fix-tvOS-issues branch December 10, 2024 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants