2 images (1920x1080) not loading on Android

A quick update:

I suspect a reason why the app becomes unresponsive is that the app takes too long time to decrypt images as the decryption process is performed in JavaScriptCore which is not performant or memory efficient.
I guess we need it to be performed in native code to avoid this bottleneck.
It’d be a big challenge though, worth trying it.

Memo:

1 Like