I have an app up on testflight that is being tested for iOS 11 compatibility. I have noticed some odd behavior when it comes to the keyboard and UI when the app is launched directly from testflight, vs being opened from the home screen.
In slightly more detail, my scenario is:
From testflight -> Open then app -> Start typing, keyboard will pop up, UI will not shift correctly to unhide text elements
If I then close the app and reopen from the home screen, the UI will shift correctly.
Does the app get launched differently from testflight? Which behavior can I expect when my app gets launched on the app store? Are there any known issues with webkit/testflight in iOS 11?