terrychou / iVim

A vim port to iOS.
598 stars 35 forks source link

iPadOS 15 will go back to the home screen after I open any file with iVim from another app (e.g. Files app) #212

Closed kkebo closed 2 years ago

kkebo commented 3 years ago

Description

iPadOS 15 will go back to the home screen unexpectedly after I open any file with iVim from another app (e.g. Files app).

This issue can't be reproduced in iPadOS 14.7.1.

Video:

Environment

Steps to reproduce

  1. Open Files app
  2. Select any file and open the share sheet
  3. Tap iVim on the share sheet

Expected behavior

iVim will launch and the file I selected will be opened in iVim.

Actual behavior

Although iVim will launch and the file I selected will be opened in iVim, iVim will be closed instantly.

terrychou commented 3 years ago

Thanks for reporting!

It turned out to have something to do with the subtle change of scene activation in iPadOS 15. It's been fixed and will be available in the next update.

kkebo commented 2 years ago

iVIm 2.41 has been released. I've confirmed that it fixed this issue. Thank you for quick fix!