Closed
Description
Hi Folks,
I use the react native webview component to load up my log in screen on the Mobile application. With the latest Safari on iOS update in iOS 15, there is a need to make the webview load in a secure context. I use https:// to load the webview.
I use the PolyfillCrypto from this library which enables me to use window.crypto.subtle.
But when I try to use window.crypto.subtle.generateKey function, the method throws an exception saying undefined is not an object (evaluating 'a.subtle()[f]')
Is there some way I can load the webview in a secure context other than just having a https session?
Link from Apple team: https://trac.webkit.org/changeset/279628/webkit
Any help appreciated. Thanks.
Metadata
Metadata
Assignees
Labels
No labels