feat: focus secure text entry after successful biometrics input (#1785)

This commit is contained in:
Aman Harwara
2022-10-13 17:56:39 +05:30
committed by GitHub
parent 8553914d08
commit 8068fef4d3
2 changed files with 15 additions and 4 deletions

View File

@@ -214,6 +214,7 @@ const MobileWebAppContents = ({ destroyAndReload }: { destroyAndReload: () => vo
allowUniversalAccessFromFileURLs={true}
injectedJavaScriptBeforeContentLoaded={injectedJS}
bounces={false}
keyboardDisplayRequiresUserAction={false}
/>
)
}