fix: biometrics input on mobile webview challenge modal (#1572)

This commit is contained in:
Aman Harwara
2022-09-15 23:41:03 +05:30
committed by GitHub
parent 79518b6a5d
commit 3a15142940
4 changed files with 111 additions and 8 deletions

View File

@@ -9,4 +9,5 @@ export interface MobileDeviceInterface extends DeviceInterface {
setAndroidScreenshotPrivacy(enable: boolean): Promise<void>
getMobileScreenshotPrivacyEnabled(): Promise<boolean | undefined>
setMobileScreenshotPrivacyEnabled(isEnabled: boolean): Promise<void>
authenticateWithBiometrics(): Promise<boolean>
}