0
Under review

Resizing iPad app in multitasking view does not preserve view

Nitin 4 years ago in iPad updated 4 years ago 2

When using Textastic in split view on iPadOS 13, resizing the app moves the view around even though the cursor stays in the same place. This means that the user has to manually scroll back or type something to get the cursor back in view. Please see attached GIF.


Image 388

Under review

This is definitely something that can be improved.

The problem is that all lines in the file need to be laid out again to calculate the new line breaks. For a large file this can take some time and happens in a background thread.

I think I could add code that scrolls the editor once layout is finished.

Even that would be a great help! Thanks!