Marc Usón
Results
2
comments of
Marc Usón
same here: `TypeError: identifier.indexOf is not a function` No solutions yet?
same here. in simulator it's working but when I deploy a debug .apk returns empty string `const bytes = CryptoJS.AES.decrypt(data, secret); ` `const originalText = bytes.toString(CryptoJS.enc.Utf8); ` `return originalText `...