Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS 13 makes the lock screen dismissible by default #1422

Closed
SatbirTanda opened this issue Sep 30, 2019 · 1 comment
Closed

iOS 13 makes the lock screen dismissible by default #1422

SatbirTanda opened this issue Sep 30, 2019 · 1 comment
Assignees
Labels
bug A defect in the library
Projects

Comments

@SatbirTanda
Copy link
Contributor

SatbirTanda commented Sep 30, 2019

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.

  1. Create SDL app with latest SDK and install on an iOS 13 device
  2. 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

@joeljfischer joeljfischer added the bug A defect in the library label Oct 1, 2019
@joeljfischer joeljfischer added this to To do in v6.4 via automation Oct 1, 2019
@joeljfischer
Copy link
Contributor

Thanks for the report, we will investigate and fix in the next release

v6.4 automation moved this from To do to Done Oct 2, 2019
@joeljfischer joeljfischer mentioned this issue Oct 24, 2019
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A defect in the library
Projects
No open projects
v6.4
  
Done
Development

No branches or pull requests

3 participants