navigation-stack-backport icon indicating copy to clipboard operation
navigation-stack-backport copied to clipboard

add macos

Open aehlke opened this issue 2 years ago • 3 comments

aehlke avatar Feb 17 '23 22:02 aehlke

Thanks for the contribution. I noticed some incompleteness and incorrect behaviour while testing on MacOS 12:

  • window is missing bar with back button and title
  • root view is misaligned

These are essential features as this package aims to provide complete replacement for newer navigation API.

Could you consider implementing this using SwiftUI NavigationView on MacOS 12?

lm avatar Feb 21 '23 17:02 lm

Thanks for the detailed feedback. I shared WIP, sorry for lack of disclaimer. I'll finish this up.

I'm not sure if I can use NavigationView. I'll look into it.

aehlke avatar Feb 21 '23 23:02 aehlke

FTR I found this other backport with macOS https://github.com/johnpatrickmorgan/NavigationBackport

aehlke avatar Apr 27 '24 16:04 aehlke