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

When using iOS 13 multi-window scene API, the lock screen doesn't work correctly #1469

Closed
joeljfischer opened this issue Nov 7, 2019 · 2 comments
Assignees
Labels
bug A defect in the library

Comments

@joeljfischer
Copy link
Contributor

joeljfischer commented Nov 7, 2019

Bug Report

When presenting the default lock screen on iOS 13 on an iPhone app that uses the multi-window API, only a black screen displays and is not animated. This may be related to #1430.

Reproduction Steps
  1. Set up a new example app through Xcode that uses the default multi-window API.
  2. For the lock screen configuration, use the .enabled() default configuration
  3. Alter the driver distraction state on the module to toggle the lock screen
Expected Behavior

Equivalent behavior to iOS 12

Observed Behavior

A black screen appears / disappears over the existing screen without animation

OS & Version Information
  • iOS Version: 13.1.3
  • SDL iOS Version: 6.4.0
  • Testing Against: Sync Gen 3 (but this does not matter)
Test Case, Sample Code, and / or Example App

n/a at this time

@joeljfischer joeljfischer added the bug A defect in the library label Nov 7, 2019
@joeljfischer joeljfischer self-assigned this Nov 7, 2019
@SunXiaoShan
Copy link

@joeljfischer
There are two points.
You only correct one. Could you modify it on line 50 also?

SDLScreenshotViewController.m line 37
SDLScreenshotViewController.m line 50

@SunXiaoShan
Copy link

@joeljfischer
There are two points.
You only correct one. Could you modify it on line 50 also?

SDLScreenshotViewController.m line 37
SDLScreenshotViewController.m line 50

This is my mistake. I'll confirm it.

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
None yet
Development

No branches or pull requests

2 participants