Skip to content

[iOS] Scroll problems if you starts on text #3613

@aleksey-zikrackiy

Description

@aleksey-zikrackiy

Trying to scroll the terminal window can still be a challenge if there’s a lot of data on the screen like when the screen fills with error messages. It seems you need to start your scroll with your finger in an area where there is no text. When the screen is full of text, that’s difficult. Here’s a short video demonstrating the issue. I turned on Assistive touch to demonstrate the problem.

You can see how if I try to start my scroll with my finger on some text, it ignores the scroll. If I start it where there is no text, scroll works fine.

This issue reproduces only on iOS. Android works fine.

https://youtu.be/hzMkbgeYLM0 - reproduce

Details

  • Browser and browser version: Ionic 5.8.1
  • OS version: iOS 15.1
  • xterm.js version: 4.16.0
  • xterm-addon-fit version: 0.5.0

Steps to reproduce

  1. Init new ionic project (https://ionicframework.com/docs/react/your-first-app)
  2. Create a new terminal
  3. Input too much text
  4. Run xcode and start the app
  5. Try to scroll on text

Thanks!

Activity

secret104278

secret104278 commented on Nov 18, 2022

@secret104278

I use xterm-addon-canvas as a workaround.

added a commit that references this issue on Mar 4, 2024
b6d4435
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @Tyriar@secret104278@aleksey-zikrackiy

      Issue actions

        [iOS] Scroll problems if you starts on text · Issue #3613 · xtermjs/xterm.js