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

[iOS 13] Support Multiple Windows on iPad #488

Closed
hosy opened this issue Aug 27, 2019 · 1 comment
Closed

[iOS 13] Support Multiple Windows on iPad #488

hosy opened this issue Aug 27, 2019 · 1 comment
Assignees
Milestone

Comments

@hosy
Copy link
Collaborator

hosy commented Aug 27, 2019

Multiple Windows on iPad

On iPad OS 13 an app can have multiple windows, this should be supported.

Which action should open a new Window?

  • Open Account
  • Show Items Detail View

Open Account

In the Account View it should be possible to open an account as a new window.
This makes it possible to have a Midnight Commander view side by side.

I would recommend to implement this action with the new UIContextMenu which will be shown on a long press on the account cell, because we already have so many table cell switch actions.

Show Items Detail View

In the More context menu for every item, it should be possible to open this item or folder in a new window.

State Restoration

If the app was quit by the system or user we have to implement iOS State Restoration to bring back the state after the app will be launched, before the app was terminated.

@jesmrec
Copy link
Contributor

jesmrec commented Oct 30, 2019

Ready for 1.2

@jesmrec jesmrec closed this as completed Oct 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants