You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to changes in iOS 13, all modal presentations are basically pageSheet/formSheet by default. This makes the lock screen become dismissible by default by swiping down.
Create SDL app with latest SDK and install on an iOS 13 device
Connect the app to a TDK and simulate speed to show the lock screen
Expected Behavior
Lockscreen should appear over full screen
Observed Behavior
Lockscreen is dismissible because modal presentation is a form
OS & Version Information
iOS Version: 13
SDL iOS Version: 6.3.1
Testing Against: SYNC
See app below for issue
The text was updated successfully, but these errors were encountered:
Due to changes in iOS 13, all modal presentations are basically pageSheet/formSheet by default. This makes the lock screen become dismissible by default by swiping down.
Expected Behavior
Lockscreen should appear over full screen
Observed Behavior
Lockscreen is dismissible because modal presentation is a form
OS & Version Information
See app below for issue
The text was updated successfully, but these errors were encountered: