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
The official website doesn't mention anything about this, but I'm wondering if this app is designed for use with an external keyboard because I keep running into issues without one.
The biggest problem is that when the Markdown preview window is being shown, it cannot be scrolled correctly if an on screen keyboard is in use.
Here are screenshots showing the problem.
When at the top of a file, the preview is correct.
Going to the bottom of the document, the preview does not scroll automatically
Scrolling the preview manually removes the on screen keyboard
Tapping in the edit window to edit the bottom of the file brings up the on screen keyboard,. Bug: neither the edit window nor the preview are showing the bottom of the file where the text cursor is at.
Typing blindly into the edit window scrolls it so the bottom of the file is visible, but the preview window still shows the wrong location
The text was updated successfully, but these errors were encountered:
Thank you. Do you still want bug reports for the current version or should I hold off until after the rewrite? For example, when viewing a log file (1.5 MB), Beauty XT is very slow to scroll and repeatedly shows the "App Not Responding" error.
Yes, please report any bugs you find now so I can make sure to not include them in the rewrite. Yeah, BeauTyXT struggles with large files due to Jetpack Compose's TextField not handling them well. I'm not sure how to solve that other than using a page based file format or using something else as the TextField that's more efficient.
The official website doesn't mention anything about this, but I'm wondering if this app is designed for use with an external keyboard because I keep running into issues without one.
The biggest problem is that when the Markdown preview window is being shown, it cannot be scrolled correctly if an on screen keyboard is in use.
Here are screenshots showing the problem.
When at the top of a file, the preview is correct.
Going to the bottom of the document, the preview does not scroll automatically
Scrolling the preview manually removes the on screen keyboard
Tapping in the edit window to edit the bottom of the file brings up the on screen keyboard,. Bug: neither the edit window nor the preview are showing the bottom of the file where the text cursor is at.
Typing blindly into the edit window scrolls it so the bottom of the file is visible, but the preview window still shows the wrong location
The text was updated successfully, but these errors were encountered: