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
On iPad, the LockViewController is presented as a .formSheet. As such, it can be dismissed by simply tapping outside the bounds of the modal. The closable Lock option has no effect since the modal will be dismissed either way.
What was the expected behavior?
The LockViewController should not be dismissed by tapping outside the modal if closable is set to false (default value).
Reproduction
Set closable option to false (optional, since defaults to false):
Describe the problem
On iPad, the
LockViewController
is presented as a.formSheet
. As such, it can be dismissed by simply tapping outside the bounds of the modal. Theclosable
Lock option has no effect since the modal will be dismissed either way.What was the expected behavior?
The
LockViewController
should not be dismissed by tapping outside the modal ifclosable
is set tofalse
(default value).Reproduction
closable
option tofalse
(optional, since defaults tofalse
):Lock
screen on iPadCan the behavior be reproduced using the included Lock.swift demo app?
Yes
Environment
Lock.swift
used: 2.16.1The text was updated successfully, but these errors were encountered: