Post

Replies

Boosts

Views

Activity

Reply to On my iPad with Stage Manager on swiping to my app from another app that has the keyboard open makes my app shift up
Here are a few more observations: when .ignoreSafeArea(.keyboard) is used to make this simple debug app look correct an added GeometryReader still shows the height being adjusted down. an added GeometryReader shows exactly the same height with this issue happens as when a keyboard is opened up. looking at the scenePhase using "@Environment(.scenePhase) var scenePhase" the debug app shows up normal while phase is Inactive but as it changes to Active the shift in the app occurs. Other apps I see showing signs of this issue but not as noticeable as the debug app. Below is what happens when go from duck-duck-go web browser with keyboard open to these apps: Google Keep: The "+" and paint palette icon from bottom of screen move up Apple Developer App: In "Developer Tools" shows "No Search Results" that shifts up as app becomes Active Apple Contacts: Left side has list of contacts with alphabet on its right side. When app goes active the alphabet shrinks up like it does when the keyboard is opened.
Sep ’23