POC: Reduce loading of app due to crypto feature#1291
Conversation
2cb620d to
758c2a8
Compare
c4e24c6 to
a0364c1
Compare
|
Since we open signup now to login / register, we can remove this cryptowebview, right? |
Interesting, at least we do not need to open it at startup. It still used after but it can helps the loading time 👍 |
|
Why do we still need it? I can't remember |
To polyfill crypto API in WebView in iOS if I remember well? |
|
Yeah but when do we need this crypto api anymore since we don't have Registration / Login? |
|
Oh, for Clisk connector maybe? |
All usage of Crypto WebView
|
We don't allow that anymore for new / migrated account.
We can do without this kind of crypto. And once we'll be able to load html file from http://localhost/file.html instead of getting the htmlContent and inject it (and with the dataproxy, we should be able to achieve this, we should take one or two hours together to test) |
Todo